Skip to content

Commit cd1edff

Browse files
authored
gitlab-container-registry: 4.19.0 -> 4.20.0 (#401347)
2 parents 0bb7fed + 1190b54 commit cd1edff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gi/gitlab-container-registry/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66

77
buildGoModule rec {
88
pname = "gitlab-container-registry";
9-
version = "4.19.0";
9+
version = "4.20.0";
1010
rev = "v${version}-gitlab";
1111

1212
# nixpkgs-update: no auto update
1313
src = fetchFromGitLab {
1414
owner = "gitlab-org";
1515
repo = "container-registry";
1616
inherit rev;
17-
hash = "sha256-WrijK/kQugCpiDbMw1+QTvG60SDsdJ5PDFGKGiLBsb8=";
17+
hash = "sha256-irMMOjORJY8yVSNBkh7HDYDJv05RDz19f0KAjnF8EWA=";
1818
};
1919

20-
vendorHash = "sha256-0fvjnEm4NdIKexjTO/GijWy8WwBrLt3jZCwjfOKI4jA=";
20+
vendorHash = "sha256-3j58QVLgwjUGX0QzruAbfRNyFmcAD5EApQ3+f212IDU=";
2121

2222
checkFlags =
2323
let

0 commit comments

Comments
 (0)