datalad: fix src hash

This commit is contained in:
Sandro Jäckel
2023-03-23 14:08:48 +01:00
parent fb08d62502
commit 1b0e903593
@@ -8,7 +8,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "datalad";
repo = pname;
rev = version;
hash = "sha256-6uWOKsYeNZJ64WqoGHL7AsoK4iZd24TQOJ1ECw+K28Y=";
hash = "sha256-F5UFW0/XqntrHclpj3TqoAwuHJbiiv5a7/4MnFoJ1dE=";
};
nativeBuildInputs = [ installShellFiles git ];