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

This commit is contained in:
codyopel 2014-12-26 07:09:19 -05:00
parent f40807701a
commit 28a0b500aa

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