about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2024-01-15 15:25:10 +0100
committerYaya <github@uwu.is>2024-01-15 21:01:52 +0100
commit69890ec251cc1be9dfb71c1570008230dcf771f0 (patch)
tree90cf2125cf1755963230a242e88cf4de14664533 /pkgs/applications/version-management/gitlab
parentfb98282d53d7859c0f18872b8ea3c7c61ce26b40 (diff)
gitlab-container-registry: fix hashes
something seems to have went wrong in 24c72d8dd01da01582e6fef7c0439566a10c7e33
but I'm not sure what exactly. re-running the update script does not
reproduce this issue.
Diffstat (limited to 'pkgs/applications/version-management/gitlab')
-rw-r--r--pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix b/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix
index ffec1e0057d36..bc4093e720008 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix
@@ -10,10 +10,10 @@ buildGoModule rec {
     owner = "gitlab-org";
     repo = "container-registry";
     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 = [
     ./Disable-inmemory-storage-driver-test.patch