Unverified Commit 338a8dc6 authored by Tobias Stenzel's avatar Tobias Stenzel Committed by GitHub
Browse files
parent 76c97a05
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{
  "version": "16.5.3",
  "repo_hash": "sha256-0Tewet9A0+0wDcMWVhXMGx1zr/R2WN46h+pEP3pEkac=",
  "version": "16.5.4",
  "repo_hash": "sha256-N+5w42aIMnulItzx7ksK4Olkpr4AwN2ojcYs+xJfjeY=",
  "yarn_hash": "03ryyk7dw7s8yjdx9wdrvllaydb0w5an06agkwf5npgr6x1bz3yv",
  "owner": "gitlab-org",
  "repo": "gitlab",
  "rev": "v16.5.3-ee",
  "rev": "v16.5.4-ee",
  "passthru": {
    "GITALY_SERVER_VERSION": "16.5.3",
    "GITLAB_PAGES_VERSION": "16.5.3",
    "GITALY_SERVER_VERSION": "16.5.4",
    "GITLAB_PAGES_VERSION": "16.5.4",
    "GITLAB_SHELL_VERSION": "14.29.0",
    "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "4.4.0",
    "GITLAB_WORKHORSE_VERSION": "16.5.3"
    "GITLAB_WORKHORSE_VERSION": "16.5.4"
  }
}
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

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

@@ -18,7 +18,7 @@ let
      owner = "gitlab-org";
      repo = "gitaly";
      rev = "v${version}";
      hash = "sha256-lGwRGU24pyBypQRTvGRYaAmkVbPLaw+fSeAXJ1pyQaA=";
      hash = "sha256-6XXXTeLw7+ScWUB81Pno8BZkkSFJ12SnZKu8430yQKo=";
    };

    vendorHash = "sha256-QLt/12P6OLpLqCINROLmzhoRpLGrB9WzME7FzhIcb0Q=";
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "gitlab-container-registry";
  version = "3.86.2";
  version = "3.88.0";
  rev = "v${version}-gitlab";

  # nixpkgs-update: no auto update
@@ -10,10 +10,10 @@ buildGoModule rec {
    owner = "gitlab-org";
    repo = "container-registry";
    inherit rev;
    sha256 = "sha256-hZhlSZ/crwzc8KEkbMGY9zAYVbMT9p4y7Wm3B+F+iPU=";
    sha256 = "sha256-egslb+8+RsDjpL5xQpdCU3QwFH59grRCkODQnAkZe/0=";
  };

  vendorHash = "sha256-3iBMn1kA/GZC/7FEFLd1/e7+mSsCOAo+zQo3dVpTHw4=";
  vendorHash = "sha256-IFXIr0xYJCKM5VUHQV+4S/+FEAhFEjbMaU+9JWIh8cA=";

  patches = [
    ./Disable-inmemory-storage-driver-test.patch
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

buildGoModule rec {
  pname = "gitlab-pages";
  version = "16.5.3";
  version = "16.5.4";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "gitlab-pages";
    rev = "v${version}";
    hash = "sha256-eE+QuzqNm3zA0le8MWR3Kbc+/kQtKIrSd9sTmVYaNbQ=";
    hash = "sha256-hMd+0WCY59orQa5IYh6Lf5ZMj564Dgo8mEgo7svv6Rs=";
  };

  vendorHash = "sha256-YG+ERETxp0BPh/V4820pMXTXu9YcodRhzme6qZJBC9Q=";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ in
buildGoModule rec {
  pname = "gitlab-workhorse";

  version = "16.5.3";
  version = "16.5.4";

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