mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00

Signed-off-by: Felix Singer <felixsinger@posteo.net>
(cherry picked from commit ec2b95cf86
)
6 lines
135 B
Nix
6 lines
135 B
Nix
{ callPackage }:
|
|
|
|
callPackage ./generic.nix {
|
|
version = "2.28.10";
|
|
hash = "sha256-09XWds45TFH7GORrju8pVQQQQomU8MlFAq1jJXrLW0s=";
|
|
}
|