Skip to content

Commit 3bec26d

Browse files
authored
datalad: fix changed hash from upstream (#364015)
2 parents a8e6421 + 07a190e commit 3bec26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/datalad/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ buildPythonPackage rec {
5858
owner = "datalad";
5959
repo = "datalad";
6060
rev = "refs/tags/${version}";
61-
hash = "sha256-l3II9xebSq09He5e4GGGiGtfe6ERtIQD00eHKGx46WA=";
61+
hash = "sha256-sIWHBaqTJuKQHvh+L10PUehsmjRFl/holXzp0SMqr+k=";
6262
};
6363

6464
postPatch = ''

0 commit comments

Comments
 (0)