Skip to content

Commit b1bb7ed

Browse files
committed
ticker: 4.8.1 -> 5.0.0
1 parent aa60aed commit b1bb7ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ti/ticker/package.nix

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

99
buildGoModule rec {
1010
pname = "ticker";
11-
version = "4.8.1";
11+
version = "5.0.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "achannarasappa";
1515
repo = pname;
1616
tag = "v${version}";
17-
hash = "sha256-2qg7/gzogvK8eIj9NzFELoeXrtJGC5pS4LvR2msOuHY=";
17+
hash = "sha256-fRmW9Cs0Rxp+St4BUswHt/JxHgVy1Go4OR9oarkAufw=";
1818
};
1919

20-
vendorHash = "sha256-o3hVRHyrJpmYgephoZ2JlVLGSqZtRQAp48OzoIMY3do=";
20+
vendorHash = "sha256-4e3TB4EHJTFxBcjAepEU8u4gurhss2seihw3VRiVoqQ=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)