Skip to content

Commit 4b75284

Browse files
committed
1 parent 2e34796 commit 4b75284

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/version-management/gitlab/gitlab-container-registry

1 file changed

+3
-3
lines changed

pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix

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

33
buildGoModule rec {
44
pname = "gitlab-container-registry";
5-
version = "4.7.0";
5+
version = "4.9.0";
66
rev = "v${version}-gitlab";
77

88
# nixpkgs-update: no auto update
99
src = fetchFromGitLab {
1010
owner = "gitlab-org";
1111
repo = "container-registry";
1212
inherit rev;
13-
hash = "sha256-+71mqnXRMq0vE+T6V/JqIhP//zldQOEK7694IB5RSnc=";
13+
hash = "sha256-kBM5ICESRUwHlM9FeJEFQFTM2E2zIF6axOGOHNmloKo=";
1414
};
1515

16-
vendorHash = "sha256-h4nLnmsQ52PU3tUbTCUwWN8LbYuSgzaDkqplEZcDAGM=";
16+
vendorHash = "sha256-nePIExsIWJgBDUrkkVBzc0qsYdfxR7GL1VhdWcVJnLg=";
1717

1818
postPatch = ''
1919
# Disable flaky inmemory storage driver test

0 commit comments

Comments
 (0)