gitlab-container-registry: fix hashes

something seems to have went wrong in 24c72d8dd0
but I'm not sure what exactly. re-running the update script does not
reproduce this issue.
This commit is contained in:
ajs124 2024-01-15 15:25:10 +01:00 committed by Yaya
parent fb98282d53
commit 69890ec251

View file

@ -10,10 +10,10 @@ buildGoModule rec {
owner = "gitlab-org"; owner = "gitlab-org";
repo = "container-registry"; repo = "container-registry";
inherit rev; inherit rev;
hash = "sha256-vQ5bP2S1McZxD+Mjw0y/+GB8ntv8nQynM1cIWtUK7pU="; hash = "sha256-egslb+8+RsDjpL5xQpdCU3QwFH59grRCkODQnAkZe/0=";
}; };
vendorHash = "sha256-rDmmCwz/+FBzbREKIqwQulcOKwd4Y6/MITyNpB+pfwQ="; vendorHash = "sha256-IFXIr0xYJCKM5VUHQV+4S/+FEAhFEjbMaU+9JWIh8cA=";
patches = [ patches = [
./Disable-inmemory-storage-driver-test.patch ./Disable-inmemory-storage-driver-test.patch