3
0
Fork 0
forked from mirrors/nixpkgs

Revert "unifi-poller: 2.1.3 -> 2.1.7"

This reverts commit 2efa9c8133.

Fixes #201388.
This commit is contained in:
Franz Pletz 2022-11-16 01:56:15 +01:00
parent 733dcaf53d
commit e6dfda0f19
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "unifi-poller";
version = "2.1.7";
version = "2.1.3";
src = fetchFromGitHub {
owner = "unifi-poller";
repo = "unifi-poller";
rev = "v${version}";
sha256 = "sha256-79aBqYS8B+gIqmhu/UIA7g+FvTS/68qsK7qi5MGH10k=";
sha256 = "sha256-xh9s1xAhIeEmeDprl7iPdE6pxmxZjzgMvilobiIoJp0=";
};
vendorSha256 = "sha256-WVYQ3cZOO+EyJRTFcMjziDHwqqinm1IvxvSLuHTaqT8=";
vendorSha256 = "sha256-HoYgBKTl9HIMVzzzNYtRrfmqb7HCpPHVPeR4gUXneWk=";
ldflags = [
"-w" "-s"