summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/gitlab-workhorse
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2023-03-27 18:08:55 +0200
committerGitHub <noreply@github.com>2023-03-27 18:08:55 +0200
commita3983c8856895190bcfc5f6b59f2f279059de1a3 (patch)
tree3f474d26e96801d51cf972bf902f22d9b88161d6 /pkgs/applications/version-management/gitlab/gitlab-workhorse
parentd388bd7db41b9f4f62d434e9cb0a5fe3f2fd8b6d (diff)
gitlab: 15.9.3 -> 15.10.0 (#223367)
https://about.gitlab.com/releases/2023/03/22/gitlab-15-10-released/
Diffstat (limited to 'pkgs/applications/version-management/gitlab/gitlab-workhorse')
-rw-r--r--pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
index 25064f22f4b4f..f48fea10d47a0 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 = "15.9.3";
+  version = "15.10.0";
 
   src = fetchFromGitLab {
     owner = data.owner;
@@ -16,7 +16,7 @@ buildGoModule rec {
 
   sourceRoot = "source/workhorse";
 
-  vendorSha256 = "sha256-wvoMBzRGp8RX2kHKKz3REDq8YLTsHbDayEMYi7hSzTE=";
+  vendorSha256 = "sha256-HG/QobU1LsFhbNF4lNq9tLwjcLD2l3TXnsJ+tjqc0Q8=";
   buildInputs = [ git ];
   ldflags = [ "-X main.Version=${version}" ];
   doCheck = false;