summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab
diff options
context:
space:
mode:
authorYaya <lara@uwu.is>2022-02-26 14:40:38 +0100
committerGitHub <noreply@github.com>2022-02-26 14:40:38 +0100
commite0df172ce2111052f20dd180fc91cc0e9bbdfc0f (patch)
tree394ec4c7529f2ebb427b44d2d14079aa17d59331 /pkgs/applications/version-management/gitlab
parenta8e55551de8bd2709740b7ac7e3e338a4b7f7e4a (diff)
downloadnixpkgs-e0df172ce2111052f20dd180fc91cc0e9bbdfc0f.tar
nixpkgs-e0df172ce2111052f20dd180fc91cc0e9bbdfc0f.tar.gz
nixpkgs-e0df172ce2111052f20dd180fc91cc0e9bbdfc0f.tar.bz2
nixpkgs-e0df172ce2111052f20dd180fc91cc0e9bbdfc0f.tar.lz
nixpkgs-e0df172ce2111052f20dd180fc91cc0e9bbdfc0f.tar.xz
nixpkgs-e0df172ce2111052f20dd180fc91cc0e9bbdfc0f.tar.zst
nixpkgs-e0df172ce2111052f20dd180fc91cc0e9bbdfc0f.zip
gitlab: 14.7.3 -> 14.7.4 (#161948)
https://about.gitlab.com/releases/2022/02/25/critical-security-release-gitlab-14-8-2-released/
Diffstat (limited to 'pkgs/applications/version-management/gitlab')
-rw-r--r--pkgs/applications/version-management/gitlab/data.json10
-rw-r--r--pkgs/applications/version-management/gitlab/gitaly/default.nix4
-rw-r--r--pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix2
3 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/applications/version-management/gitlab/data.json b/pkgs/applications/version-management/gitlab/data.json
index bba8192f4c2..19761eab61f 100644
--- a/pkgs/applications/version-management/gitlab/data.json
+++ b/pkgs/applications/version-management/gitlab/data.json
@@ -1,14 +1,14 @@
 {
-  "version": "14.7.3",
-  "repo_hash": "1by4r7an5s5n9jka77mvp9ysc9c5kyvld9fvwr0r5qw2h39akl9g",
+  "version": "14.7.4",
+  "repo_hash": "0z62p2c24h7icdqar2l3nwlq7z4pan6n80ril8j1y6k03z1cs0nq",
   "yarn_hash": "12k2r1y7kw95kfsmy0s8rbsf0vldr8c2liah0rkc7pihr19gq3w7",
   "owner": "gitlab-org",
   "repo": "gitlab",
-  "rev": "v14.7.3-ee",
+  "rev": "v14.7.4-ee",
   "passthru": {
-    "GITALY_SERVER_VERSION": "14.7.3",
+    "GITALY_SERVER_VERSION": "14.7.4",
     "GITLAB_PAGES_VERSION": "1.51.0",
     "GITLAB_SHELL_VERSION": "13.22.2",
-    "GITLAB_WORKHORSE_VERSION": "14.7.3"
+    "GITLAB_WORKHORSE_VERSION": "14.7.4"
   }
 }
diff --git a/pkgs/applications/version-management/gitlab/gitaly/default.nix b/pkgs/applications/version-management/gitlab/gitaly/default.nix
index 47efc96716d..a1d3c7c913e 100644
--- a/pkgs/applications/version-management/gitlab/gitaly/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitaly/default.nix
@@ -25,7 +25,7 @@ let
     gemdir = ./.;
   };
 
-  version = "14.7.3";
+  version = "14.7.4";
   gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}";
 in
 
@@ -37,7 +37,7 @@ buildGoModule {
     owner = "gitlab-org";
     repo = "gitaly";
     rev = "v${version}";
-    sha256 = "sha256-5m+bhHtI1VZr8Di3LNG0Z7yk8oVTv6re7rckFDjaVvk=";
+    sha256 = "sha256-sNSRYqGIi/PzegHYe04WUaLegPEeX79NjuqSVul21Ak=";
   };
 
   vendorSha256 = "sha256-eapqtSstc7d3R7A/5krKV0uVr9GhGkHHMrmsBOpWAbo=";
diff --git a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
index 5310f1cca7a..236da79752c 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
@@ -5,7 +5,7 @@ in
 buildGoModule rec {
   pname = "gitlab-workhorse";
 
-  version = "14.7.3";
+  version = "14.7.4";
 
   src = fetchFromGitLab {
     owner = data.owner;