Skip to content

Commit

Permalink
Merge pull request #196655 from NixOS/backport-194767-to-release-22.05
Browse files Browse the repository at this point in the history
[Backport release-22.05] gitlab: 15.4.1 -> 15.4.2
  • Loading branch information
globin committed Oct 19, 2022
2 parents b29e6c7 + adcb7c9 commit c5203ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/version-management/gitlab/data.json
@@ -1,15 +1,15 @@
{
"version": "15.4.1",
"repo_hash": "sha256-z4J0ia9WxL+tJnoYNBtb6ZMuqGHiyhQ0tc0L8kzj26w=",
"version": "15.4.2",
"repo_hash": "sha256-KGVZrfrzfIn2ZQJ42FisLvjIGg0+QOnzfjCR6mQHjlM=",
"yarn_hash": "1r33qrvwf2wmq5c1d2awk9qhk9nzvafqn3drdvnczfv43sda4lg8",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v15.4.1-ee",
"rev": "v15.4.2-ee",
"passthru": {
"GITALY_SERVER_VERSION": "15.4.1",
"GITALY_SERVER_VERSION": "15.4.2",
"GITLAB_PAGES_VERSION": "1.62.0",
"GITLAB_SHELL_VERSION": "14.10.0",
"GITLAB_WORKHORSE_VERSION": "15.4.1"
"GITLAB_WORKHORSE_VERSION": "15.4.2"
},
"vendored_gems": [
"bundler-checksum",
Expand Down
Expand Up @@ -11,7 +11,7 @@ let
gemdir = ./.;
};

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

Expand All @@ -22,7 +22,7 @@ let
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "sha256-7f4TxCI/k2yirQxYI8i/6PXGVDs4x4ncIou1qH0TKAc=";
sha256 = "sha256-DBAQ1dJLQ+Xno4e/n1jvgKiHAol/uTMjx6RtZIBwM3w=";
};

vendorSha256 = "sha256-CUFYHjmOfosM3mfw0qEY+AQcR8U3J/1lU2Ml6wSZ/QM=";
Expand Down
Expand Up @@ -5,7 +5,7 @@ in
buildGoModule rec {
pname = "gitlab-workhorse";

version = "15.4.1";
version = "15.4.2";

src = fetchFromGitLab {
owner = data.owner;
Expand Down

1 comment on commit c5203ab

@nixos-discourse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/architecture-specific-channels/22611/7

Please sign in to comment.