summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-28 00:39:55 +0100
committerGitHub <noreply@github.com>2021-01-28 00:39:55 +0100
commitb60a32f0155140c7c2b0b390c7a2c4bddffec43f (patch)
tree1485659bbaa7f70c301d5179e44397958cf9a636 /pkgs/applications/networking
parent4ca7b89322533e7eaf64497830386fe8c165a89c (diff)
parente5deb4892b942c900fcc1f9df1e5a39a2f713a73 (diff)
Merge pull request #110963 from otavio/upgrade/shellhub
shellhub-agent: 0.4.2 -> 0.5.1
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/shellhub-agent/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/shellhub-agent/default.nix b/pkgs/applications/networking/shellhub-agent/default.nix
index f66df96e9dbb..7e7206883d9f 100644
--- a/pkgs/applications/networking/shellhub-agent/default.nix
+++ b/pkgs/applications/networking/shellhub-agent/default.nix
@@ -7,18 +7,18 @@
buildGoModule rec {
pname = "shellhub-agent";
- version = "0.4.2";
+ version = "0.5.1";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
- sha256 = "0cd41ing1pcf1bdaaq00w5h7lih5j2kcaa0m41g3ikm3vd1w5qna";
+ sha256 = "1vg236vc2v4g47lb68hb1vy3phamhsyb383fdbblh3vc4vf46j8a";
};
modRoot = "./agent";
- vendorSha256 = "19gsfhh6idqysdxhpq45sq35gw19adz9lp83krjlhzj1vqm59qma";
+ vendorSha256 = "1l8x9cvisjb8smnsg91v04j1vvawpjzp0lcq0ahw8slz8rfdm80c";
buildFlagsArray = [ "-ldflags=-s -w -X main.AgentVersion=v${version}" ];