nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 14 lines 230 B view raw
1{ 2 fetchFromGitHub, 3 ... 4}: 5 6rec { 7 version = "0.10.7"; 8 rSrc = fetchFromGitHub { 9 owner = "abathur"; 10 repo = "resholve"; 11 rev = "v${version}"; 12 hash = "sha256-aUhxaxniGcmFAawUTXa5QrWUSpw5NUoJO5y4INk5mQU="; 13 }; 14}