Merge pull request #202640 from Frostman/unifi-poller-2.2.0

unifi-poller: 2.1.9 -> 2.2.0
This commit is contained in:
Fabian Affolter
2022-11-24 09:49:25 +01:00
committed by GitHub
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "unifi-poller";
version = "2.1.9";
version = "2.2.0";
src = fetchFromGitHub {
owner = "unifi-poller";
repo = "unifi-poller";
rev = "v${version}";
hash = "sha256-eC+jEtSLWhiL3V+GKfRN5MVF18/2tnA1kI096j3XQB0=";
hash = "sha256-jPatTo+5nQ73AETXI88x/bma0wlY333DNvuyaYQTgz0=";
};
vendorHash = "sha256-WVYQ3cZOO+EyJRTFcMjziDHwqqinm1IvxvSLuHTaqT8=";
vendorHash = "sha256-Y4FcBLdVB3AjJOpP2CuoNVAIxaqlZxHI0yKzp7Wqpwc=";
ldflags = [
"-w" "-s"