mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
7 lines
134 B
Nix
7 lines
134 B
Nix
{ callPackage }:
|
|
|
|
callPackage ./generic.nix {
|
|
version = "2.28.8";
|
|
hash = "sha256-A1DYZrvJ8SRujroVwqPfcTOSgLnT5xRat/RVdq2fL/o=";
|
|
}
|