gitlab-runner: 18.3.0 -> 18.3.1

authored by R. Ryantm and committed by Yaya 1610fefc 64bb7ef4

+2 -2
+2 -2
pkgs/by-name/gi/gitlab-runner/package.nix
··· 10 10 11 11 buildGoModule (finalAttrs: { 12 12 pname = "gitlab-runner"; 13 - version = "18.3.0"; 13 + version = "18.3.1"; 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-D40ecrGAu76WoV8B49/2eDqigpcXcSCc+1nOW7KxHcA="; 19 + hash = "sha256-D8CNY+lQEK2DgiGfScPxDPday3re/LN4i5jEJTGbshY="; 20 20 }; 21 21 22 22 vendorHash = "sha256-vP/htZiUp5qL4TMw6AgNW/TVcvx+pl6rxp41SK5g4XM=";