mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
7 lines
157 B
Nix
7 lines
157 B
Nix
{callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
version = "1.24.0";
|
|
sha256 = "sha256-iXaBLCShGGAPb88HGiBgZjCmmv5MCr7jsN6lKOaCxYU=";
|
|
})
|