mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 14:43:37 +00:00
7 lines
157 B
Nix
7 lines
157 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
version = "1.16.0";
|
|
sha256 = "0i8krbi1pc39myspwlvb8ck969c8207hz84lh3qyg5w7syx7dlsg";
|
|
})
|