From 03103c590dc9c64d6e7b185a427bafc816adf69d Mon Sep 17 00:00:00 2001 From: Yaya Date: Sat, 9 Sep 2023 12:28:53 +0200 Subject: gitlab-container-registry: 3.82.0 -> 3.83.0 https://gitlab.com/gitlab-org/container-registry/-/blob/v3.83.0-gitlab/CHANGELOG.md --- .../version-management/gitlab/gitlab-container-registry/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/version-management/gitlab/gitlab-container-registry') 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 -- cgit 1.4.1