mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
ticker: 5.0.0 -> 5.0.5 (#412718)
This commit is contained in:
parent
769e9c24f7
commit
9ff2edbd1d
1 changed files with 4 additions and 4 deletions
|
@ -8,21 +8,21 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "ticker";
|
||||
version = "5.0.0";
|
||||
version = "5.0.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "achannarasappa";
|
||||
repo = "ticker";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-fRmW9Cs0Rxp+St4BUswHt/JxHgVy1Go4OR9oarkAufw=";
|
||||
hash = "sha256-SwQkoviJCPJmz//EIBRqvaWtg65xgTo98VnoiciwKHY=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-4e3TB4EHJTFxBcjAepEU8u4gurhss2seihw3VRiVoqQ=";
|
||||
vendorHash = "sha256-XKl4bGWTz3AKl+hLFY0R0uT5ryOCHNzoeVHczMb32zo=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue