about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-03 18:01:23 +0000
committerGitHub <noreply@github.com>2023-11-03 18:01:23 +0000
commit3c43b804d4b6811cbafbe506113f12e45a13e19d (patch)
tree6087e2878764002f16f9e435acf303640a9d6c84 /pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix
parent9fbf6ca42f5b74878305fb7925f508b016d2a248 (diff)
parent8b855b2b4bca486b28a7124b3cda21584e16aa04 (diff)
downloadnixlib-3c43b804d4b6811cbafbe506113f12e45a13e19d.tar
nixlib-3c43b804d4b6811cbafbe506113f12e45a13e19d.tar.gz
nixlib-3c43b804d4b6811cbafbe506113f12e45a13e19d.tar.bz2
nixlib-3c43b804d4b6811cbafbe506113f12e45a13e19d.tar.lz
nixlib-3c43b804d4b6811cbafbe506113f12e45a13e19d.tar.xz
nixlib-3c43b804d4b6811cbafbe506113f12e45a13e19d.tar.zst
nixlib-3c43b804d4b6811cbafbe506113f12e45a13e19d.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix')
-rw-r--r--pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix7
1 files changed, 4 insertions, 3 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 0cac9f890e78..44fc1630c196 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix
@@ -2,17 +2,18 @@
 
 buildGoModule rec {
   pname = "gitlab-container-registry";
-  version = "3.84.0";
+  version = "3.85.0";
   rev = "v${version}-gitlab";
 
+  # nixpkgs-update: no auto update
   src = fetchFromGitLab {
     owner = "gitlab-org";
     repo = "container-registry";
     inherit rev;
-    sha256 = "sha256-VdLovX3/y0fME74YlpPxjNPAwFpr1urAHJYO24VJ4AE=";
+    sha256 = "sha256-F20f1qDsI+moBAL+Tpx5AALgOi0vTH7hZ5RIvRMwY1s=";
   };
 
-  vendorHash = "sha256-ZFQixOgcB8GqgZPIbjMJEYOlg9cD+wAMZF7mwWaNSXI=";
+  vendorHash = "sha256-JWuSJD2Mi0om9vA6+mYbArfr2lmGlRua6IM0DhDzSBk=";
 
   patches = [
     ./Disable-inmemory-storage-driver-test.patch