python311Packages.jupyter-repo2docker: fix hash

This commit is contained in:
Weijia Wang 2024-04-27 03:52:26 +02:00
parent c82a0a78f6
commit 9007a1a238
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "jupyterhub";
repo = "repo2docker";
rev = "refs/tags/${version}";
hash = "sha256-U22A1OX83F2OMdS3w0elQpGg1z+ZgOeZLv8XjOK26mg=";
hash = "sha256-D8sgeyfQjEkBYck/CikAVNZzUSl1R9uXSv75DTXT5U0=";
};
nativeBuildInputs = [