gitlab-container-registry: 3.76.0 -> 3.77.0

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

authored by

Yaya and committed by
Yureka
6599971b 3be82d2f

+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.76.0"; 5 + version = "3.77.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-A9c7c/CXRs5mYSvDOdHkYOYkl+Qm6M330TBUeTnegBs="; 12 + sha256 = "sha256-tHNxPwm1h1wyXuzUUadz5YcRkPdc0QeayMIRt292uf8="; 13 13 }; 14 14 15 - vendorHash = "sha256-9rO2GmoFZrNA3Udaktn8Ek9uM8EEoc0I3uv4UEq1c1k="; 15 + vendorHash = "sha256-/ITZBh0vRYHb6fDUZQNRwW2pmQulJlDZ8EbObUBtsz4="; 16 16 17 17 postPatch = '' 18 18 substituteInPlace health/checks/checks_test.go \