mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
7 lines
158 B
Nix
7 lines
158 B
Nix
{callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
version = "1.10.8";
|
|
sha256 = "0jgdl4fxw0hwy768rl3lhdc0czz7ak7czf3dg10j21pdpfpfvpi6";
|
|
})
|