{ lib, buildGoModule, fetchFromGitLab }: buildGoModule rec { pname = "gitlab-container-registry"; version = "3.93.0"; rev = "v${version}-gitlab"; # nixpkgs-update: no auto update src = fetchFromGitLab { owner = "gitlab-org"; repo = "container-registry"; inherit rev; hash = "sha256-4jsnfkHXs9FSnyQ6JP/zmW51x8fHyQ0n+B8EPOoTSAA="; }; vendorHash = "sha256-KZWdM8Q8ipsgm7OoLyOuHo+4Vg2Nve+yZtTSUDgjOW4="; postPatch = '' # Disable flaky inmemory storage driver test rm registry/storage/driver/inmemory/driver_test.go substituteInPlace health/checks/checks_test.go \ --replace \ 'func TestHTTPChecker(t *testing.T) {' \ 'func TestHTTPChecker(t *testing.T) { t.Skip("Test requires network connection")' ''; meta = with lib; { description = "The GitLab Docker toolset to pack, ship, store, and deliver content"; license = licenses.asl20; maintainers = with maintainers; [ yayayayaka xanderio ]; platforms = platforms.unix; }; }