gitlab-container-registry: 3.77.0 -> 3.79.0 (#246629)

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

authored by

Yaya and committed by
GitHub
d07a0698 6d995238

+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.77.0"; 5 + version = "3.79.0"; 6 6 rev = "v${version}-gitlab"; 7 7 8 8 src = fetchFromGitLab { 9 9 owner = "gitlab-org"; 10 10 repo = "container-registry"; 11 11 inherit rev; 12 - sha256 = "sha256-tHNxPwm1h1wyXuzUUadz5YcRkPdc0QeayMIRt292uf8="; 12 + sha256 = "sha256-JOXJ8HSTf7yW78SlYzbdn7IAbSwv/UE/W3oSJRyGrAQ="; 13 13 }; 14 14 15 - vendorHash = "sha256-/ITZBh0vRYHb6fDUZQNRwW2pmQulJlDZ8EbObUBtsz4="; 15 + vendorHash = "sha256-4cxfyG1uhqgIheAVDQbIDb4MRSqAUtLgxGYt5MuNfKw="; 16 16 17 17 patches = [ 18 18 ./Disable-inmemory-storage-driver-test.patch