mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
gitlab-container-registry: 3.79.0 -> 3.82.0
https://gitlab.com/gitlab-org/container-registry/-/blob/v3.82.0-gitlab/CHANGELOG.md
This commit is contained in:
parent
97dfc365e6
commit
69dd555be1
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gitlab-container-registry";
|
pname = "gitlab-container-registry";
|
||||||
version = "3.79.0";
|
version = "3.82.0";
|
||||||
rev = "v${version}-gitlab";
|
rev = "v${version}-gitlab";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "gitlab-org";
|
owner = "gitlab-org";
|
||||||
repo = "container-registry";
|
repo = "container-registry";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "sha256-JOXJ8HSTf7yW78SlYzbdn7IAbSwv/UE/W3oSJRyGrAQ=";
|
sha256 = "sha256-umlpGpeN7sWe8524+wjdYYJegLdc+eQqlgySLWL0a+k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-4cxfyG1uhqgIheAVDQbIDb4MRSqAUtLgxGYt5MuNfKw=";
|
vendorHash = "sha256-hFGuzTM9+Zb8BmUoFG059eqM53AzOmi1DeBnF68WSoc=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./Disable-inmemory-storage-driver-test.patch
|
./Disable-inmemory-storage-driver-test.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user