about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/gitlab-container-registry
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2023-09-09 12:28:53 +0200
committerYaya <github@uwu.is>2023-09-09 19:00:23 +0200
commit03103c590dc9c64d6e7b185a427bafc816adf69d (patch)
treed92a70c2d2942cc4ead14cd9058015a5d86bf0be /pkgs/applications/version-management/gitlab/gitlab-container-registry
parent50468ccfc81b17856873a8b3caaeb0d755bebb9e (diff)
gitlab-container-registry: 3.82.0 -> 3.83.0
https://gitlab.com/gitlab-org/container-registry/-/blob/v3.83.0-gitlab/CHANGELOG.md
Diffstat (limited to 'pkgs/applications/version-management/gitlab/gitlab-container-registry')
-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 c1e2935765efb..6bf44a1deae23 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