mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
7 lines
151 B
Nix
7 lines
151 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix args {
|
|
version = "1.24.0";
|
|
hash = "sha256-d6JUFje5KmIePudndsi3tAz21wfmm6U6lAKD4w/y9V0=";
|
|
}
|