mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
7 lines
157 B
Nix
7 lines
157 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
version = "1.15.2";
|
|
sha256 = "145dcypq8dqc5as03iy1ycwifwynq9p4i8m56fn7g0myryp0kfpf";
|
|
})
|