Skip to content

Commit

Permalink
Merge pull request #204668 from Frostman/unpoller-2.3.1
Browse files Browse the repository at this point in the history
unpoller: 2.2.0 -> 2.3.1
  • Loading branch information
lukegb authored Dec 5, 2022
2 parents fe701a6 + 87849c9 commit a5f661b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/monitoring/unpoller/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "unpoller";
version = "2.2.0";
version = "2.3.1";

src = fetchFromGitHub {
owner = "unpoller";
repo = "unpoller";
rev = "v${version}";
hash = "sha256-jPatTo+5nQ73AETXI88x/bma0wlY333DNvuyaYQTgz0=";
hash = "sha256-0IknWsJ7fWJuvXeiMZscWEv8p90KZQaQC4Q0KV98Z88=";
};

vendorHash = "sha256-Y4FcBLdVB3AjJOpP2CuoNVAIxaqlZxHI0yKzp7Wqpwc=";
vendorHash = "sha256-l2V41Rf8KDoh/fC9NcuGF4ISwCLwpbVuzQZiqiGNbuc=";

ldflags = [
"-w" "-s"
Expand All @@ -29,6 +29,6 @@ buildGoModule rec {
homepage = "https://github.com/unpoller/unpoller";
changelog = "https://github.com/unpoller/unpoller/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ Frostman ];
};
}

0 comments on commit a5f661b

Please sign in to comment.