about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab
diff options
context:
space:
mode:
authorYorick <yorick@yorickvanpelt.nl>2023-09-10 13:16:24 +0200
committerGitHub <noreply@github.com>2023-09-10 13:16:24 +0200
commit6fac6af29a94f0352f1dedb8d24694bf16140e66 (patch)
tree42c2ec863f6c08d608cff2855f211ab92a14654b /pkgs/applications/version-management/gitlab
parentef8ba4273f991ff6fa913c803b4c51fb8991b79f (diff)
parent03103c590dc9c64d6e7b185a427bafc816adf69d (diff)
downloadnixlib-6fac6af29a94f0352f1dedb8d24694bf16140e66.tar
nixlib-6fac6af29a94f0352f1dedb8d24694bf16140e66.tar.gz
nixlib-6fac6af29a94f0352f1dedb8d24694bf16140e66.tar.bz2
nixlib-6fac6af29a94f0352f1dedb8d24694bf16140e66.tar.lz
nixlib-6fac6af29a94f0352f1dedb8d24694bf16140e66.tar.xz
nixlib-6fac6af29a94f0352f1dedb8d24694bf16140e66.tar.zst
nixlib-6fac6af29a94f0352f1dedb8d24694bf16140e66.zip
Merge pull request #254267 from NixOS/gitlab-container-registry-3.83.0
gitlab-container-registry: 3.82.0 -> 3.83.0
Diffstat (limited to 'pkgs/applications/version-management/gitlab')
-rw-r--r--pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix6
1 files changed, 3 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 c1e2935765ef..6bf44a1deae2 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,17 @@
 
 buildGoModule rec {
   pname = "gitlab-container-registry";
-  version = "3.82.0";
+  version = "3.83.0";
   rev = "v${version}-gitlab";
 
   src = fetchFromGitLab {
     owner = "gitlab-org";
     repo = "container-registry";
     inherit rev;
-    sha256 = "sha256-umlpGpeN7sWe8524+wjdYYJegLdc+eQqlgySLWL0a+k=";
+    sha256 = "sha256-HYyPe4x8hwtKAr0r4dGUbIyiLRQKtlWQ4Pt2mtbQmZM=";
   };
 
-  vendorHash = "sha256-hFGuzTM9+Zb8BmUoFG059eqM53AzOmi1DeBnF68WSoc=";
+  vendorHash = "sha256-OX8drOl8D30gYFnLzZe9i1whguXe0QFhsLpP9G9seuk=";
 
   patches = [
     ./Disable-inmemory-storage-driver-test.patch