about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2024-02-07 22:37:46 +0100
committerYureka <yuka@yuka.dev>2024-03-19 13:47:55 +0100
commitc031ea4adc7602e0e00e75949397f55664bd5451 (patch)
tree22790b115035f54f41c21f821df970d8e2782b2e /pkgs/applications/version-management
parent135cf4f8f961a7894d6aef2683c4c93c21a2f8ff (diff)
downloadnixlib-c031ea4adc7602e0e00e75949397f55664bd5451.tar
nixlib-c031ea4adc7602e0e00e75949397f55664bd5451.tar.gz
nixlib-c031ea4adc7602e0e00e75949397f55664bd5451.tar.bz2
nixlib-c031ea4adc7602e0e00e75949397f55664bd5451.tar.lz
nixlib-c031ea4adc7602e0e00e75949397f55664bd5451.tar.xz
nixlib-c031ea4adc7602e0e00e75949397f55664bd5451.tar.zst
nixlib-c031ea4adc7602e0e00e75949397f55664bd5451.zip
gitlab-container-registry: 3.88.0 -> 3.90.0
https://gitlab.com/gitlab-org/container-registry/-/blob/v3.90.0-gitlab/CHANGELOG.md
Diffstat (limited to 'pkgs/applications/version-management')
-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 bc4093e72000..2d192219d895 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "gitlab-container-registry";
-  version = "3.88.0";
+  version = "3.90.0";
   rev = "v${version}-gitlab";
 
   # nixpkgs-update: no auto update
@@ -10,10 +10,10 @@ buildGoModule rec {
     owner = "gitlab-org";
     repo = "container-registry";
     inherit rev;
-    hash = "sha256-egslb+8+RsDjpL5xQpdCU3QwFH59grRCkODQnAkZe/0=";
+    hash = "sha256-bHRvvmVQFsdgYmVVucu1warn+SvCoIVh+C/U2uwi12E=";
   };
 
-  vendorHash = "sha256-IFXIr0xYJCKM5VUHQV+4S/+FEAhFEjbMaU+9JWIh8cA=";
+  vendorHash = "sha256-Zv5Xz1T/ZUM/kyEgZJKbDuIN2nufoHVAn4kD3SuvJCg=";
 
   patches = [
     ./Disable-inmemory-storage-driver-test.patch