mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 07:04:25 +00:00
7 lines
152 B
Nix
7 lines
152 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix args {
|
|
version = "1.19.7";
|
|
sha256 = "03mmfnkhayn8vm2yhs3ngvif6275c368ymx8wvhsbls11h1dvr3s";
|
|
}
|