aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/x265
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-08 16:01:34 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-10-08 16:01:34 -0700
commitf27688014159f30d8f0cf6b7605060d0295458c8 (patch)
tree94bd4cd9563de55aee87daadf21319daad0ebc5c /pkgs/development/libraries/x265
parent3dc58eda52ef935313cd0418264abd1d30d6b4d3 (diff)
x265: 3.1.1 -> 3.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/x265/versions
Diffstat (limited to 'pkgs/development/libraries/x265')
-rw-r--r--pkgs/development/libraries/x265/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/x265/default.nix b/pkgs/development/libraries/x265/default.nix
index 634847941d00..dbf1a098f1f7 100644
--- a/pkgs/development/libraries/x265/default.nix
+++ b/pkgs/development/libraries/x265/default.nix
@@ -17,14 +17,14 @@ in
stdenv.mkDerivation rec {
pname = "x265";
- version = "3.1.1";
+ version = "3.2";
src = fetchurl {
urls = [
"https://get.videolan.org/x265/x265_${version}.tar.gz"
"ftp://ftp.videolan.org/pub/videolan/x265/x265_${version}.tar.gz"
];
- sha256 = "1l68lgdbsi4wjz5vad98ggx7mf92rnvzlq34m6w0a08ark3h0yc2";
+ sha256 = "0fqkhfhr22gzavxn60cpnj3agwdf5afivszxf3haj5k1sny7jk9n";
};
enableParallelBuilding = true;