Commit aa40f758 authored by R. RyanTM's avatar R. RyanTM
Browse files

shellhub-agent: 0.19.0 -> 0.19.1

parent 5a0be37d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule rec {
  pname = "shellhub-agent";
  version = "0.19.0";
  version = "0.19.1";

  src = fetchFromGitHub {
    owner = "shellhub-io";
    repo = "shellhub";
    rev = "v${version}";
    hash = "sha256-xoGOiaUIjlR2l+l+oM1s3J7YBW9af2dfd+hXwq8zZU8=";
    hash = "sha256-xFCUq1x9C+W1xxo6UIpW7ej7ltquvEqNUUvvF86rA9o=";
  };

  modRoot = "./agent";