mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 15:13:46 +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=";
|
|
}
|