mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
x265-hg: updated to latest commit, fixed package naming issue
This commit is contained in:
parent
06e523b7e8
commit
91531adb78
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{ callPackage, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix (args // rec {
|
||||
version = "hg-${rev}";
|
||||
rev = "eebb372eec893efc50e66806fcc19b1c1bd89683";
|
||||
sha256 = "03dpbjqcmbmyid45560byabybfzy2bvic0gqa6k6hxci6rvmynpi";
|
||||
version = "hg";
|
||||
rev = "5f9f7194267b76f733e9ffb0f9e8b474dfe89a71";
|
||||
sha256 = "056ng8nsadmjf6s7igbgbxmiapjcxpfy6pbayl764xbhpkv4md88";
|
||||
})
|
Loading…
Reference in a new issue