mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
7 lines
157 B
Nix
7 lines
157 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
version = "1.13.9";
|
|
sha256 = "0hpsyxpxj89p5vrzv9p1hp7xjbnj5c1w6fdy626ycvsiay4a3bjz";
|
|
})
|