x265-hg: updated to latest commit, fixed package naming issue

This commit is contained in:
codyopel
2015-01-01 15:45:29 +01:00
committed by Peter Simons
parent 06e523b7e8
commit 91531adb78
+3 -3
View File
@@ -1,7 +1,7 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "hg-${rev}";
rev = "eebb372eec893efc50e66806fcc19b1c1bd89683";
sha256 = "03dpbjqcmbmyid45560byabybfzy2bvic0gqa6k6hxci6rvmynpi";
version = "hg";
rev = "5f9f7194267b76f733e9ffb0f9e8b474dfe89a71";
sha256 = "056ng8nsadmjf6s7igbgbxmiapjcxpfy6pbayl764xbhpkv4md88";
})