Skip to content

Commit

Permalink
datalad: fix changed hash from upstream
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
(cherry picked from commit 07a190e)
  • Loading branch information
gador authored and wolfgangwalther committed Jan 12, 2025
1 parent c59a435 commit 6a7343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/datalad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ buildPythonPackage rec {
owner = "datalad";
repo = "datalad";
rev = "refs/tags/${version}";
hash = "sha256-l3II9xebSq09He5e4GGGiGtfe6ERtIQD00eHKGx46WA=";
hash = "sha256-sIWHBaqTJuKQHvh+L10PUehsmjRFl/holXzp0SMqr+k=";
};

postPatch = ''
Expand Down

0 comments on commit 6a7343c

Please sign in to comment.