We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a46fb9f + 0be43c5 commit a24dd47Copy full SHA for a24dd47
pkgs/by-name/sh/shellhub-agent/package.nix
@@ -12,18 +12,18 @@
12
13
buildGoModule rec {
14
pname = "shellhub-agent";
15
- version = "0.18.3";
+ version = "0.19.0";
16
17
src = fetchFromGitHub {
18
owner = "shellhub-io";
19
repo = "shellhub";
20
rev = "v${version}";
21
- hash = "sha256-ByKj9rnRGS3B+BEqeo7QJvjSxVXytOXydmZMx7lK8Xc=";
+ hash = "sha256-xoGOiaUIjlR2l+l+oM1s3J7YBW9af2dfd+hXwq8zZU8=";
22
};
23
24
modRoot = "./agent";
25
26
- vendorHash = "sha256-L+oww1HlPWgAYK16OG5bWiDb/OW7uarY8LZyw9b85ac=";
+ vendorHash = "sha256-VjxgBXPrgwm8L3VIy7eLG2pVP+iYnpn1oR+ARRh3EAQ=";
27
28
ldflags = [
29
"-s"
0 commit comments