gitlab-container-registry: 4.19.0 -> 4.20.0 (#401347)

authored by Leona Maroni and committed by GitHub cd1edff7 0bb7fed9

+3 -3
+3 -3
pkgs/by-name/gi/gitlab-container-registry/package.nix
··· 6 7 buildGoModule rec { 8 pname = "gitlab-container-registry"; 9 - version = "4.19.0"; 10 rev = "v${version}-gitlab"; 11 12 # nixpkgs-update: no auto update ··· 14 owner = "gitlab-org"; 15 repo = "container-registry"; 16 inherit rev; 17 - hash = "sha256-WrijK/kQugCpiDbMw1+QTvG60SDsdJ5PDFGKGiLBsb8="; 18 }; 19 20 - vendorHash = "sha256-0fvjnEm4NdIKexjTO/GijWy8WwBrLt3jZCwjfOKI4jA="; 21 22 checkFlags = 23 let
··· 6 7 buildGoModule rec { 8 pname = "gitlab-container-registry"; 9 + version = "4.20.0"; 10 rev = "v${version}-gitlab"; 11 12 # nixpkgs-update: no auto update ··· 14 owner = "gitlab-org"; 15 repo = "container-registry"; 16 inherit rev; 17 + hash = "sha256-irMMOjORJY8yVSNBkh7HDYDJv05RDz19f0KAjnF8EWA="; 18 }; 19 20 + vendorHash = "sha256-3j58QVLgwjUGX0QzruAbfRNyFmcAD5EApQ3+f212IDU="; 21 22 checkFlags = 23 let