Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ callPackage, ... }@args: 2 3callPackage ./generic.nix ( 4 args 5 // { 6 version = "1.10.8"; 7 sha256 = "0jgdl4fxw0hwy768rl3lhdc0czz7ak7czf3dg10j21pdpfpfvpi6"; 8 } 9)