Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 9 lines 164 B view raw
1{ callPackage, ... }@args: 2 3callPackage ./generic.nix ( 4 { 5 version = "30.2"; 6 hash = "sha256-kkQQQPU6wk1/UMRwEMLVIR6JB29Fm6L3OrsvaeI6VAA="; 7 } 8 // args 9)