mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
7 lines
134 B
Nix
7 lines
134 B
Nix
{ callPackage }:
|
|
|
|
callPackage ./generic.nix {
|
|
version = "2.28.2";
|
|
hash = "sha256-rbWvPrFoY31QyW/TbMndPXTzAJS6qT/bo6J0IL6jRvQ=";
|
|
}
|