unifi-poller: 2.1.0 -> 2.1.3
This commit is contained in:
parent
456481aa3d
commit
f04bc18c56
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "unifi-poller";
|
pname = "unifi-poller";
|
||||||
version = "2.1.0";
|
version = "2.1.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "unifi-poller";
|
owner = "unifi-poller";
|
||||||
repo = "unifi-poller";
|
repo = "unifi-poller";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-C7QjMzmy2CMCk2oqRiThUQBKgltT0PzZArvZ+gOmJ2I=";
|
sha256 = "sha256-xh9s1xAhIeEmeDprl7iPdE6pxmxZjzgMvilobiIoJp0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-LOBkdyfsw7ua6TsLglO5jdR9NWo5Df8rnQ8MH+eIz4g=";
|
vendorSha256 = "sha256-HoYgBKTl9HIMVzzzNYtRrfmqb7HCpPHVPeR4gUXneWk=";
|
||||||
|
|
||||||
buildFlagsArray = ''
|
buildFlagsArray = ''
|
||||||
-ldflags=-w -s
|
-ldflags=-w -s
|
||||||
|
Loading…
Reference in New Issue
Block a user