Unverified Commit faa19f0c authored by yaya's avatar yaya Committed by GitHub
Browse files

gitlab: 18.9.2 -> 18.9.3 (#503296)

parents 4ac66aa8 0fcabb4a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
}:

let
  version = "18.9.2";
  version = "18.9.3";
  package_version = "v${lib.versions.major version}";
  gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";

@@ -21,10 +21,10 @@ let
      owner = "gitlab-org";
      repo = "gitaly";
      rev = "v${version}";
      hash = "sha256-qCOcy7JOR7OeY5uPZE6xo6NRi5OhVKdl5Q4n36S5XyI=";
      hash = "sha256-k8byGIGG1sDGTX27QV1N/q9tnae3DY9v47XTv0+Mf9Y=";
    };

    vendorHash = "sha256-lK0fNBhDGFOZ+sCm1VuvN4CpAb0nAkUl4yL/30tZKBY=";
    vendorHash = "sha256-1lMOJLtwnu0drrGHuhCiZSNdpyBjLed4uV4B2NSJPJQ=";

    ldflags = [
      "-X ${gitaly_package}/internal/version.version=${version}"
+7 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

buildGo125Module rec {
  pname = "gitlab-container-registry";
  version = "4.37.0";
  version = "4.39.0";
  rev = "v${version}-gitlab";

  # nixpkgs-update: no auto update
@@ -14,10 +14,14 @@ buildGo125Module rec {
    owner = "gitlab-org";
    repo = "container-registry";
    inherit rev;
    hash = "sha256-ZsnmJEzoLSH5bspxTQjOV8EOeQVeFn+rYCl8QqfzGaA=";
    hash = "sha256-7dGKV2Pc3OPdM4OZqYjp3B9/s6DHtPvrqcWnWb3wHYw=";
  };

  vendorHash = "sha256-xUkfcgsw6nRDxq1Tj5Y1CYgnJ7rbCcncB94Aeh9Ek+M=";
  vendorHash = "sha256-s08LsgYZTRJm0sWkbEUsmTYGkfb/5PJl9o9ozY1KOms=";

  excludedPackages = [
    "devvm/*"
  ];

  checkFlags =
    let
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildGoModule (finalAttrs: {
  pname = "gitlab-pages";
  version = "18.9.2";
  version = "18.9.3";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "gitlab-pages";
    rev = "v${finalAttrs.version}";
    hash = "sha256-sOJNwCcIAuLywL9r9c0RUqqtLbNmaaJ6ZMVBLQgus8k=";
    hash = "sha256-UHQ0M/WTmjmfwFHJM8BJ5XPZs+x4A8uh4FNBp+3x0ew=";
  };

  vendorHash = "sha256-AZIv/CU01OAbn5faE4EkSuDCakYzDjRprB5ox5tIlck=";
+7 −7
Original line number Diff line number Diff line
{
  "version": "18.9.2",
  "repo_hash": "sha256-0ax0wYOEiL9Vl/cw9DaoyhROehZjrtv7KIKmOWrrJY8=",
  "version": "18.9.3",
  "repo_hash": "sha256-xApcwmDca3cK/nlDeS+DDh4MklmXxGnO/3+79WIC9Uk=",
  "yarn_hash": "sha256-uXyUJS4+YIRB3pPezVbj5u1fytOo+/bNR18Kq6FAKSQ=",
  "frontend_islands_yarn_hash": "sha256-OkCoiyL9FFJcWcNUbeRSBGGSauYIm7l+yxNfA0CsNEQ=",
  "owner": "gitlab-org",
  "repo": "gitlab",
  "rev": "v18.9.2-ee",
  "rev": "v18.9.3-ee",
  "passthru": {
    "GITALY_SERVER_VERSION": "18.9.2",
    "GITLAB_KAS_VERSION": "18.9.2",
    "GITLAB_PAGES_VERSION": "18.9.2",
    "GITALY_SERVER_VERSION": "18.9.3",
    "GITLAB_KAS_VERSION": "18.9.3",
    "GITLAB_PAGES_VERSION": "18.9.3",
    "GITLAB_SHELL_VERSION": "14.45.6",
    "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.13.3",
    "GITLAB_WORKHORSE_VERSION": "18.9.2"
    "GITLAB_WORKHORSE_VERSION": "18.9.3"
  }
}
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ in
buildGoModule (finalAttrs: {
  pname = "gitlab-workhorse";

  version = "18.9.2";
  version = "18.9.3";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {
Loading