Skip to content

Commit b71cc2d

Browse files
committed
reno: Fix hash mismatch
On-behalf-of: SAP markus.partheymueller@sap.com
1 parent 6eb08fa commit b71cc2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/reno.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ python3Packages.buildPythonPackage rec {
5555
owner = "openstack";
5656
repo = "reno";
5757
rev = "${version}";
58-
sha256 = "sha256-SPepaOvq4LKV6EBmgXrlAku1Ug5Y1Zq7pjxkNPdrqVg=";
58+
sha256 = "sha256-zB/iAR0YV3QaQVshCva24OgvRokT+lDeTXGeHi6XkUA=";
5959
leaveDotGit = true;
6060
};
6161
}

0 commit comments

Comments
 (0)