shellhub-agent: 0.19.2 -> 0.20.0 (#432303)

authored by Yohann Boniface and committed by GitHub 4320adea 8fefdd0c

+3 -3
+3 -3
pkgs/by-name/sh/shellhub-agent/package.nix
··· 12 13 buildGoModule rec { 14 pname = "shellhub-agent"; 15 - version = "0.19.2"; 16 17 src = fetchFromGitHub { 18 owner = "shellhub-io"; 19 repo = "shellhub"; 20 rev = "v${version}"; 21 - hash = "sha256-ZUsu/zfzCrn0tvmKxcFwKYQbS7JoPUSpg6/l3QHE4Cw="; 22 }; 23 24 modRoot = "./agent"; 25 26 - vendorHash = "sha256-1UI/JRDRnsRrdV1AfPyE/rWEDAytEYmr+EyXn60UB/Y="; 27 28 ldflags = [ 29 "-s"
··· 12 13 buildGoModule rec { 14 pname = "shellhub-agent"; 15 + version = "0.20.0"; 16 17 src = fetchFromGitHub { 18 owner = "shellhub-io"; 19 repo = "shellhub"; 20 rev = "v${version}"; 21 + hash = "sha256-cDCpZB9lkEnkltY2OQ/Y5HSZmlukeQFbuxhtbeb8E2s="; 22 }; 23 24 modRoot = "./agent"; 25 26 + vendorHash = "sha256-17D8xrLlwX57JW4yXfPlo9RQRMCxVa7MjQQmzI/MBas="; 27 28 ldflags = [ 29 "-s"