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