mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
6 lines
157 B
Nix
6 lines
157 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
version = "1.15.7";
|
|
sha256 = "14yz5cag9jdi088kdyammpi0ixrzi91bc0nwdldj42hfdhpyl8lg";
|
|
})
|