Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
sensu-go-agent: 5.20.0 -> 5.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 25, 2020
1 parent bcb05f0 commit b9a82df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/sensu-go/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
generic = { subPackages, pname, postInstall ? "" }:
buildGoModule rec {
inherit pname;
version = "5.20.0";
version = "5.20.1";
shortRev = "3a1ac58"; # for internal version info

goPackagePath = "github.com/sensu/sensu-go";
Expand All @@ -13,7 +13,7 @@ let
owner = "sensu";
repo = "sensu-go";
rev = "v${version}";
sha256 = "0hnsgd6ryrl1y2prkavm7psqjnppkkfd891xkzbdfzblxsafs8cw";
sha256 = "0wrcchz878sq7zhkb8p0s93k92xppihv5yyvkl363xs6519xzm7m";
};

inherit subPackages postInstall;
Expand Down

0 comments on commit b9a82df

Please sign in to comment.