mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
[24.05] gitlab-runner: 16.11.1 -> 17.1.0 (#321783)
* gitlab-runner: 16.11.1 -> 17.0.0 (#312369) (cherry picked from commit3a43ca1589
) * gitlab-runner: 17.0.0 -> 17.1.0 (cherry picked from commit234181f737
) --------- Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
This commit is contained in:
parent
5854523045
commit
4b6d533862
@ -1,7 +1,7 @@
|
||||
{ lib, buildGoModule, fetchFromGitLab, bash }:
|
||||
|
||||
let
|
||||
version = "16.11.1";
|
||||
version = "17.1.0";
|
||||
in
|
||||
buildGoModule rec {
|
||||
inherit version;
|
||||
@ -17,13 +17,13 @@ buildGoModule rec {
|
||||
# For patchShebangs
|
||||
buildInputs = [ bash ];
|
||||
|
||||
vendorHash = "sha256-ms93Ea2Un/F9TDmNttSxi/CtZGsOnmptCf/hjtgCMB0=";
|
||||
vendorHash = "sha256-Rk5/h8wqVwGzovtAjjNkvexG71Dj36mFxU8OsLJzpUo=";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "gitlab-org";
|
||||
repo = "gitlab-runner";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-ISL11AvKIy/tW/3MhVZ2/XT5RcaYj+x9rHKWAB/9TdU=";
|
||||
sha256 = "sha256-mRL62PIAkPK0aLA7uYpGlUvaJfbD354RDOD4P8MLzx8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user