Skip to content

Commit

Permalink
Merge pull request #316797 from r-ryantm/auto-update/ticker
Browse files Browse the repository at this point in the history
ticker: 4.6.2 -> 4.6.3
  • Loading branch information
NickCao authored Jun 3, 2024
2 parents dd4f5b7 + 346e0f6 commit 585cf46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/ticker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "ticker";
version = "4.6.2";
version = "4.6.3";

src = fetchFromGitHub {
owner = "achannarasappa";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-bNqwQwYuaWThpVVlZji0uiNKf8Ynxs00bAD+iSnbtm8=";
hash = "sha256-EjQLJG1/AEnOKGcGh2C1HdRAVUnZLhehxTtpWlvD+jw=";
};

vendorHash = "sha256-cTJa170oFFPRQSg3njZk26XvzsRRdJqcsFokKUWJr6Q=";
vendorHash = "sha256-bWdyypcIagbKTMnhT0X4UmoPVjyTasCSud6pX1L3oIc=";

ldflags = [
"-s"
Expand Down

0 comments on commit 585cf46

Please sign in to comment.