Skip to content

Commit a24dd47

Browse files
authored
shellhub-agent: 0.18.3 -> 0.19.0 (#414454)
2 parents a46fb9f + 0be43c5 commit a24dd47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sh/shellhub-agent/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212

1313
buildGoModule rec {
1414
pname = "shellhub-agent";
15-
version = "0.18.3";
15+
version = "0.19.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "shellhub-io";
1919
repo = "shellhub";
2020
rev = "v${version}";
21-
hash = "sha256-ByKj9rnRGS3B+BEqeo7QJvjSxVXytOXydmZMx7lK8Xc=";
21+
hash = "sha256-xoGOiaUIjlR2l+l+oM1s3J7YBW9af2dfd+hXwq8zZU8=";
2222
};
2323

2424
modRoot = "./agent";
2525

26-
vendorHash = "sha256-L+oww1HlPWgAYK16OG5bWiDb/OW7uarY8LZyw9b85ac=";
26+
vendorHash = "sha256-VjxgBXPrgwm8L3VIy7eLG2pVP+iYnpn1oR+ARRh3EAQ=";
2727

2828
ldflags = [
2929
"-s"

0 commit comments

Comments
 (0)