mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-21 21:23:06 +00:00
7 lines
158 B
Nix
7 lines
158 B
Nix
|
{callPackage, ... } @ args:
|
||
|
|
||
|
callPackage ./generic.nix (args // {
|
||
|
version = "1.16.1";
|
||
|
sha256 = "1333ca6lnsdck4fsgjpbqf4lagxsnbg9970wxlsrinmwvdvdnwg2";
|
||
|
})
|