Unverified Commit 56193604 authored by Yaya's avatar Yaya Committed by GitHub
Browse files
parent 7fd06ae3
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{
  "version": "16.1.0",
  "repo_hash": "sha256-sRel6okv2NYV4As3+AudqVvJ1/eLQGJGFvs+BA14wis=",
  "version": "16.1.1",
  "repo_hash": "sha256-y0a2jEWFVLtekZvhBZFOSyeDj8DI2Jxf208r5rhRUm4=",
  "yarn_hash": "1cqyf06810ls94nkys0l4p86ni902q32aqjp66m7j1x6ldh248al",
  "owner": "gitlab-org",
  "repo": "gitlab",
  "rev": "v16.1.0-ee",
  "rev": "v16.1.1-ee",
  "passthru": {
    "GITALY_SERVER_VERSION": "16.1.0",
    "GITLAB_PAGES_VERSION": "16.1.0",
    "GITALY_SERVER_VERSION": "16.1.1",
    "GITLAB_PAGES_VERSION": "16.1.1",
    "GITLAB_SHELL_VERSION": "14.23.0",
    "GITLAB_WORKHORSE_VERSION": "16.1.0"
    "GITLAB_WORKHORSE_VERSION": "16.1.1"
  }
}
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}:

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

@@ -24,7 +24,7 @@ let
      owner = "gitlab-org";
      repo = "gitaly";
      rev = "v${version}";
      sha256 = "sha256-+Fnj9fgQQtyGMWOL5NkNON/N9p6POjAtpF2O06iKh90=";
      sha256 = "sha256-bbAu9OIo1FT2KX186ajV5OUcvFpKUGaYPxY2S2RvXo8=";
    };

    vendorSha256 = "sha256-6oOFQGPwiMRQrESXsQsGzvWz9bCb0VTYIyyG/C2b3nA=";
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "gitlab-pages";
  version = "16.1.0";
  version = "16.1.1";

  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "gitlab-pages";
    rev = "v${version}";
    sha256 = "sha256-vAprB+pDwpr2Wq4aM0wnHlNzUvc1ajasdORwT0LDTTY=";
    sha256 = "sha256-xXA1KIn0uEuW3r4KnZ1A5Ci/pCbuUdZTYraVzYfUdoA=";
  };

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

  version = "16.1.0";
  version = "16.1.1";

  src = fetchFromGitLab {
    owner = data.owner;