Merge pull request #236402 from sarcasticadmin/rh/1686119871
ticker: 4.5.13 -> 4.5.14
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "ticker";
|
||||
version = "4.5.13";
|
||||
version = "4.5.14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "achannarasappa";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-0T4Cl9o21Tt4ZFeY7kUe4Obu4IY9JMLBwUqgs4rZx1U=";
|
||||
hash = "sha256-WpU0fxkdNqr8zF6eGOlbaV9dp6sZyNZ1J7Uq+yGBnUs=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-c7wU9LLRlS9kOhE4yAiKAs/npQe8lvSwPcd+/D8o9rk=";
|
||||
@@ -30,6 +30,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/achannarasappa/ticker";
|
||||
changelog = "https://github.com/achannarasappa/ticker/releases/tag/v${version}";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ siraben ];
|
||||
maintainers = with maintainers; [ siraben sarcasticadmin ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user