Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 13 lines 227 B view raw
1{ fetchFromGitHub 2, ... 3}: 4 5rec { 6 version = "0.10.5"; 7 rSrc = fetchFromGitHub { 8 owner = "abathur"; 9 repo = "resholve"; 10 rev = "v${version}"; 11 hash = "sha256-SzJbA0wLeSwvXnAE4bTNqh0tnpFPkn6N1hp7sZGAkB4="; 12 }; 13}