Skip to content

Commit 07a190e

Browse files
committed
datalad: fix changed hash from upstream
Signed-off-by: Florian Brandes <[email protected]>
1 parent 75d54b4 commit 07a190e

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)