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

https://gitlab.com/gitlab-org/container-registry/-/blob/v3.79.0-gitlab/CHANGELOG.md
This commit is contained in:
Yaya 2023-08-02 00:17:29 +02:00 committed by GitHub
parent 6d99523870
commit d07a0698fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "gitlab-container-registry";
version = "3.77.0";
version = "3.79.0";
rev = "v${version}-gitlab";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "container-registry";
inherit rev;
sha256 = "sha256-tHNxPwm1h1wyXuzUUadz5YcRkPdc0QeayMIRt292uf8=";
sha256 = "sha256-JOXJ8HSTf7yW78SlYzbdn7IAbSwv/UE/W3oSJRyGrAQ=";
};
vendorHash = "sha256-/ITZBh0vRYHb6fDUZQNRwW2pmQulJlDZ8EbObUBtsz4=";
vendorHash = "sha256-4cxfyG1uhqgIheAVDQbIDb4MRSqAUtLgxGYt5MuNfKw=";
patches = [
./Disable-inmemory-storage-driver-test.patch