gotify-cli: 2.2.4 -> 2.3.2

This commit is contained in:
R. Ryantm 2024-08-02 03:44:24 +00:00
parent 3262d00136
commit bbb9f070f6

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gotify-cli";
version = "2.2.4";
version = "2.3.2";
src = fetchFromGitHub {
owner = "gotify";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-Hzdd9T8RcLxHG+vHb4KuKqW4SwcWDrVc6DZ0QUpH2Xc=";
sha256 = "sha256-GwPIGWEpj5GjGV9bz3LctZctHQe+Vywoc1piNb9vAAw=";
};
vendorHash = "sha256-+G0LWlPiDcYmEou4gpoIU/OAjzQ3VSHftM1ViG9lhYM=";