mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
8 lines
186 B
Nix
8 lines
186 B
Nix
|
{ callPackage, ... } @ args:
|
||
|
|
||
|
callPackage ./generic.nix (args // rec {
|
||
|
version = "${branch}.4";
|
||
|
branch = "2.5";
|
||
|
sha256 = "11m2hbhdgphjxjp6hk438cxmipqjg5ixbr1kqnn9mbdhq9kc34fc";
|
||
|
})
|