ticker: 5.0.0 -> 5.0.5 (#412718)

This commit is contained in:
Robert James Hernandez 2025-06-01 11:19:39 -07:00 committed by GitHub
parent 769e9c24f7
commit 9ff2edbd1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,21 +8,21 @@
buildGoModule rec { buildGoModule rec {
pname = "ticker"; pname = "ticker";
version = "5.0.0"; version = "5.0.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "achannarasappa"; owner = "achannarasappa";
repo = "ticker"; repo = "ticker";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-fRmW9Cs0Rxp+St4BUswHt/JxHgVy1Go4OR9oarkAufw="; hash = "sha256-SwQkoviJCPJmz//EIBRqvaWtg65xgTo98VnoiciwKHY=";
}; };
vendorHash = "sha256-4e3TB4EHJTFxBcjAepEU8u4gurhss2seihw3VRiVoqQ="; vendorHash = "sha256-XKl4bGWTz3AKl+hLFY0R0uT5ryOCHNzoeVHczMb32zo=";
ldflags = [ ldflags = [
"-s" "-s"
"-w" "-w"
"-X github.com/achannarasappa/ticker/v4/cmd.Version=${version}" "-X github.com/achannarasappa/ticker/v${lib.versions.major version}/cmd.Version=${version}"
]; ];
# Tests require internet # Tests require internet