Skip to content

Commit

Permalink
x265: 1.7 -> 1.9
Browse files Browse the repository at this point in the history
Unblocks #13822

(cherry picked from commit 6bc1aed)
  • Loading branch information
acowley authored and viric committed Jun 18, 2016
1 parent f827da0 commit 3d5ef21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/x265/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ in

stdenv.mkDerivation rec {
name = "x265-${version}";
version = "1.7";
version = "1.9";

src = fetchurl {
urls = [
"http://get.videolan.org/x265/x265_${version}.tar.gz"
"https://github.com/videolan/x265/archive/${version}.tar.gz"
];
sha256 = "18w3whmbjlalvysny51kdq9b228iwg3rdav4kmifazksvrm4yacq";
sha256 = "1j0mbcf10aj6zi1nxql45f9817jd2ndcpd7x123sjmyr7q9m8iiy";
};

patchPhase = ''
Expand Down

0 comments on commit 3d5ef21

Please sign in to comment.