Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gitlab-container-registry: 3.79.0 -> 3.82.0

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

authored by Yaya and committed by Yureka 69dd555b 97dfc365

+3 -3
+3 -3
pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix
··· 2 3 buildGoModule rec { 4 pname = "gitlab-container-registry"; 5 - version = "3.79.0"; 6 rev = "v${version}-gitlab"; 7 8 src = fetchFromGitLab { 9 owner = "gitlab-org"; 10 repo = "container-registry"; 11 inherit rev; 12 - sha256 = "sha256-JOXJ8HSTf7yW78SlYzbdn7IAbSwv/UE/W3oSJRyGrAQ="; 13 }; 14 15 - vendorHash = "sha256-4cxfyG1uhqgIheAVDQbIDb4MRSqAUtLgxGYt5MuNfKw="; 16 17 patches = [ 18 ./Disable-inmemory-storage-driver-test.patch
··· 2 3 buildGoModule rec { 4 pname = "gitlab-container-registry"; 5 + version = "3.82.0"; 6 rev = "v${version}-gitlab"; 7 8 src = fetchFromGitLab { 9 owner = "gitlab-org"; 10 repo = "container-registry"; 11 inherit rev; 12 + sha256 = "sha256-umlpGpeN7sWe8524+wjdYYJegLdc+eQqlgySLWL0a+k="; 13 }; 14 15 + vendorHash = "sha256-hFGuzTM9+Zb8BmUoFG059eqM53AzOmi1DeBnF68WSoc="; 16 17 patches = [ 18 ./Disable-inmemory-storage-driver-test.patch