about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab
diff options
context:
space:
mode:
authorYaya <mak@nyantec.com>2023-06-13 13:34:16 +0200
committerGitHub <noreply@github.com>2023-06-13 13:34:16 +0200
commit8f448271dfe3b0560673bb4667e738fde59488b4 (patch)
tree60d2af23029c051362d7474e2f21cd235a6ec253 /pkgs/applications/version-management/gitlab
parent5567e38aed9cc0ff2f63ebbe891a3e374300958f (diff)
downloadnixlib-8f448271dfe3b0560673bb4667e738fde59488b4.tar
nixlib-8f448271dfe3b0560673bb4667e738fde59488b4.tar.gz
nixlib-8f448271dfe3b0560673bb4667e738fde59488b4.tar.bz2
nixlib-8f448271dfe3b0560673bb4667e738fde59488b4.tar.lz
nixlib-8f448271dfe3b0560673bb4667e738fde59488b4.tar.xz
nixlib-8f448271dfe3b0560673bb4667e738fde59488b4.tar.zst
nixlib-8f448271dfe3b0560673bb4667e738fde59488b4.zip
gitlab-container-registry: 3.74.0 -> 3.76.0 (#237535)
https://gitlab.com/gitlab-org/container-registry/-/blob/v3.76.0-gitlab/CHANGELOG.md
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 edd2b0660912..a863726c02ce 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix
@@ -2,14 +2,14 @@
 
 buildGoModule rec {
   pname = "gitlab-container-registry";
-  version = "3.74.0";
+  version = "3.76.0";
   rev = "v${version}-gitlab";
 
   src = fetchFromGitLab {
     owner = "gitlab-org";
     repo = "container-registry";
     inherit rev;
-    sha256 = "sha256-fwMu45OFfNgFgMyQFWfvmM3Qv+co1ofsZLL44OoW9Wo=";
+    sha256 = "sha256-A9c7c/CXRs5mYSvDOdHkYOYkl+Qm6M330TBUeTnegBs=";
   };
 
   vendorHash = "sha256-9rO2GmoFZrNA3Udaktn8Ek9uM8EEoc0I3uv4UEq1c1k=";