7 lines
152 B
Nix
7 lines
152 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix args {
|
|
version = "1.19.7";
|
|
sha256 = "03mmfnkhayn8vm2yhs3ngvif6275c368ymx8wvhsbls11h1dvr3s";
|
|
}
|