Skip to content

Commit 2ec05ba

Browse files
authored
unpoller: 2.15.3 -> 2.15.4 (#435335)
2 parents aea00c8 + 8a58674 commit 2ec05ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/un/unpoller/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "unpoller";
10-
version = "2.15.3";
10+
version = "2.15.4";
1111

1212
src = fetchFromGitHub {
1313
owner = "unpoller";
1414
repo = "unpoller";
1515
rev = "v${version}";
16-
hash = "sha256-MqL+V5NVRE/jzOnj1yFVlT1HPjeiUWsNkJyMetWIaj0=";
16+
hash = "sha256-srAskagINMPWG+k6bbUD+8QZyD7C3PbsApQfeEF01NE=";
1717
};
1818

19-
vendorHash = "sha256-w6rU+BV7T8trCd6JBqyXkEgv3qkGTEQpBEq2WsTCo04=";
19+
vendorHash = "sha256-kS+UUD6lexYAy7so7DGq6PiOYHSwLFcOw7+KC2jIlMg=";
2020

2121
ldflags = [
2222
"-w"

0 commit comments

Comments
 (0)