mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 11:13:30 +00:00
7 lines
154 B
Nix
7 lines
154 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix ({
|
|
version = "25.1";
|
|
hash = "sha256-w6556kxftVZ154LrZB+jv9qK+QmMiUOGj6EcNwiV+yo=";
|
|
} // args)
|