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