mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
x265-hg: updated to latest commit, fixed package naming issue
This commit is contained in:
parent
f40807701a
commit
28a0b500aa
@ -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 New Issue
Block a user