gitlab-runner: 18.1.3 -> 18.3.0 (#437436)

authored by Fabián Heredia Montiel and committed by GitHub 4ae4cf72 14b9d255

+3 -3
+3 -3
pkgs/by-name/gi/gitlab-runner/package.nix
··· 10 10 11 11 buildGoModule (finalAttrs: { 12 12 pname = "gitlab-runner"; 13 - version = "18.1.3"; 13 + version = "18.3.0"; 14 14 15 15 src = fetchFromGitLab { 16 16 owner = "gitlab-org"; 17 17 repo = "gitlab-runner"; 18 18 tag = "v${finalAttrs.version}"; 19 - hash = "sha256-LqkHXmbGHXhIWqcJijBi1i5hYiBi9sv+/+7u2NW2e7Q="; 19 + hash = "sha256-D40ecrGAu76WoV8B49/2eDqigpcXcSCc+1nOW7KxHcA="; 20 20 }; 21 21 22 - vendorHash = "sha256-G9qZKWI//ECG88Tu8zb8nEDSwNRabVMsrp7aQzVsxCY="; 22 + vendorHash = "sha256-vP/htZiUp5qL4TMw6AgNW/TVcvx+pl6rxp41SK5g4XM="; 23 23 24 24 # For patchShebangs 25 25 buildInputs = [ bash ];