mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 13:43:22 +00:00
7 lines
149 B
Nix
7 lines
149 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix args {
|
|
version = "1.25.2";
|
|
hash = "sha256-Bd1tk1bWanTmEDXypCFi+MdUyXzxumTnqAG6FY1sBxE=";
|
|
}
|