Merge pull request #5476 from codyopel/x265-update

x265-hg: updated to latest commit, fixed package naming issue
This commit is contained in:
William A. Kennington III 2014-12-29 20:33:24 -05:00
commit e62e634128

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";
})