We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb08fa commit aa3a806Copy full SHA for aa3a806
1 file changed
packages/reno.nix
@@ -1,5 +1,5 @@
1
{
2
- fetchFromGitHub,
+ fetchgit,
3
git,
4
gnupg,
5
python3Packages,
@@ -51,11 +51,10 @@ python3Packages.buildPythonPackage rec {
51
'';
52
53
# The tests use the .git directory and git itself, thus we need to check out the repo.
54
- src = fetchFromGitHub {
55
- owner = "openstack";
56
- repo = "reno";
+ src = fetchgit {
+ url = "https://github.com/openstack/reno";
57
rev = "${version}";
58
- sha256 = "sha256-SPepaOvq4LKV6EBmgXrlAku1Ug5Y1Zq7pjxkNPdrqVg=";
+ sha256 = "sha256-zB/iAR0YV3QaQVshCva24OgvRokT+lDeTXGeHi6XkUA=";
59
leaveDotGit = true;
60
};
61
}
0 commit comments