ticker: 5.1.0 -> 5.2.0 (#474945)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-29 04:15:10 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "ticker";
version = "5.1.0";
version = "5.2.0";
src = fetchFromGitHub {
owner = "achannarasappa";
repo = "ticker";
tag = "v${version}";
hash = "sha256-/W/BZzrIkz/3F2jzQGJ79UycrdEBVTMF+YncCS5TibE=";
hash = "sha256-GH+2as3aK462cTguGekbB4HchVzC1HdBsXwJHwAh47Q=";
};
vendorHash = "sha256-EKc9QRDSOD4WetCXORjMUlaFqh0+B3Aa3m5SR1WiKN4=";