mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
7 lines
149 B
Nix
7 lines
149 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix args {
|
|
version = "1.25.1";
|
|
hash = "sha256-8JBxrEbg6jrcAAjvC6yiKfxrS+RTO675u7+6feKahgI=";
|
|
}
|