datalad: fix src hash

This commit is contained in:
Sandro Jäckel 2023-03-13 17:00:06 +01:00
parent fb08d62502
commit 1b0e903593
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -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 ];