We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bb7fed + 1190b54 commit cd1edffCopy full SHA for cd1edff
pkgs/by-name/gi/gitlab-container-registry/package.nix
@@ -6,18 +6,18 @@
6
7
buildGoModule rec {
8
pname = "gitlab-container-registry";
9
- version = "4.19.0";
+ version = "4.20.0";
10
rev = "v${version}-gitlab";
11
12
# nixpkgs-update: no auto update
13
src = fetchFromGitLab {
14
owner = "gitlab-org";
15
repo = "container-registry";
16
inherit rev;
17
- hash = "sha256-WrijK/kQugCpiDbMw1+QTvG60SDsdJ5PDFGKGiLBsb8=";
+ hash = "sha256-irMMOjORJY8yVSNBkh7HDYDJv05RDz19f0KAjnF8EWA=";
18
};
19
20
- vendorHash = "sha256-0fvjnEm4NdIKexjTO/GijWy8WwBrLt3jZCwjfOKI4jA=";
+ vendorHash = "sha256-3j58QVLgwjUGX0QzruAbfRNyFmcAD5EApQ3+f212IDU=";
21
22
checkFlags =
23
let
0 commit comments