lol

gitlab-container-registry: 3.85.0 -> 3.86.2

https://gitlab.com/gitlab-org/container-registry/-/blob/v3.86.2-gitlab/CHANGELOG.md

authored by

Yaya and committed by
Yureka
85e14734 03a509bc

+3 -3
+3 -3
pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gitlab-container-registry"; 5 - version = "3.85.0"; 5 + version = "3.86.2"; 6 6 rev = "v${version}-gitlab"; 7 7 8 8 # nixpkgs-update: no auto update ··· 10 10 owner = "gitlab-org"; 11 11 repo = "container-registry"; 12 12 inherit rev; 13 - sha256 = "sha256-F20f1qDsI+moBAL+Tpx5AALgOi0vTH7hZ5RIvRMwY1s="; 13 + sha256 = "sha256-hZhlSZ/crwzc8KEkbMGY9zAYVbMT9p4y7Wm3B+F+iPU="; 14 14 }; 15 15 16 - vendorHash = "sha256-JWuSJD2Mi0om9vA6+mYbArfr2lmGlRua6IM0DhDzSBk="; 16 + vendorHash = "sha256-3iBMn1kA/GZC/7FEFLd1/e7+mSsCOAo+zQo3dVpTHw4="; 17 17 18 18 patches = [ 19 19 ./Disable-inmemory-storage-driver-test.patch