diff options
| author | Sandro Jäckel <sandro.jaeckel@sap.com> | 2023-03-13 17:01:45 +0100 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@sap.com> | 2023-03-23 14:08:48 +0100 |
| commit | 90040062f206fb5259a8577d2fdf2fc5cf89fed1 (patch) | |
| tree | 95fa0de1ccff652996d53497270a9a48f13e65d7 /pkgs/development/python-modules | |
| parent | 1b0e903593e95e86d084451bfa99d27245b2e3c1 (diff) | |
python310Packages.annexremote: fix src hash
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/annexremote/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/annexremote/default.nix b/pkgs/development/python-modules/annexremote/default.nix index c38a32c81d19..46e937eb8dae 100644 --- a/pkgs/development/python-modules/annexremote/default.nix +++ b/pkgs/development/python-modules/annexremote/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "Lykos153"; repo = "AnnexRemote"; rev = "v${version}"; - sha256 = "08myswj1vqkl4s1glykq6xn76a070nv5mxj0z8ibl6axz89bvypi"; + sha256 = "sha256-h03gkRAMmOq35zzAq/OuctJwPAbP0Idu4Lmeu0RycDc="; }; nativeCheckInputs = [ |
