Skip to content

Commit 8fcb7a4

Browse files
unpoller: 2.14.1 -> 2.15.3 (#403202)
Co-authored-by: Frostman <[email protected]>
2 parents 4056852 + 998a8ea commit 8fcb7a4

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.14.1";
10+
version = "2.15.3";
1111

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

19-
vendorHash = "sha256-ZylkCictJNJ/QrWEbBIXDEKElpZRw2Yrj/IHMx0lqg0=";
19+
vendorHash = "sha256-w6rU+BV7T8trCd6JBqyXkEgv3qkGTEQpBEq2WsTCo04=";
2020

2121
ldflags = [
2222
"-w"

0 commit comments

Comments
 (0)