shellhub-agent: 0.19.0 -> 0.19.1 (#417128)

Co-authored-by: otavio <otavio@ossystems.com.br>

authored by nixpkgs-merge-bot[bot] otavio and committed by GitHub 5167ad9b 3dc48c59

+2 -2
+2 -2
pkgs/by-name/sh/shellhub-agent/package.nix
··· 12 13 buildGoModule rec { 14 pname = "shellhub-agent"; 15 - version = "0.19.0"; 16 17 src = fetchFromGitHub { 18 owner = "shellhub-io"; 19 repo = "shellhub"; 20 rev = "v${version}"; 21 - hash = "sha256-xoGOiaUIjlR2l+l+oM1s3J7YBW9af2dfd+hXwq8zZU8="; 22 }; 23 24 modRoot = "./agent";
··· 12 13 buildGoModule rec { 14 pname = "shellhub-agent"; 15 + version = "0.19.1"; 16 17 src = fetchFromGitHub { 18 owner = "shellhub-io"; 19 repo = "shellhub"; 20 rev = "v${version}"; 21 + hash = "sha256-xFCUq1x9C+W1xxo6UIpW7ej7ltquvEqNUUvvF86rA9o="; 22 }; 23 24 modRoot = "./agent";