Merge pull request #229957 from otavio/sh-0_12_0

shellhub-agent: 0.11.8 -> 0.12.0

authored by Weijia Wang and committed by GitHub 0b34cc80 e65c6dda

+3 -3
+3 -3
pkgs/applications/networking/shellhub-agent/default.nix
··· 11 12 buildGo120Module rec { 13 pname = "shellhub-agent"; 14 - version = "0.11.8"; 15 16 src = fetchFromGitHub { 17 owner = "shellhub-io"; 18 repo = "shellhub"; 19 rev = "v${version}"; 20 - sha256 = "/nBwi94VFKzdZxQ030tCqEhDM0fE3bxc4MraOCNtmbE="; 21 }; 22 23 modRoot = "./agent"; 24 25 - vendorSha256 = "sha256-1R5K/BlMNKtCESV5xVFh2MawfloSDmST2764WDXmqZk="; 26 27 ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ]; 28
··· 11 12 buildGo120Module rec { 13 pname = "shellhub-agent"; 14 + version = "0.12.0"; 15 16 src = fetchFromGitHub { 17 owner = "shellhub-io"; 18 repo = "shellhub"; 19 rev = "v${version}"; 20 + sha256 = "+aLs0+nHWglFYAM6CHyrPAALS/7x4vYOtu/M1mKH6hg="; 21 }; 22 23 modRoot = "./agent"; 24 25 + vendorSha256 = "sha256-TInS0uTpjTrLuthRn0SOSDh3j0bf+XCP4PVcL19mBiQ="; 26 27 ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ]; 28