gotify-cli: 2.2.2 -> 2.2.3

This commit is contained in:
R. Ryantm 2023-05-14 16:49:03 +00:00
parent 70d8a790cd
commit 13468fe908

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "gotify-cli"; pname = "gotify-cli";
version = "2.2.2"; version = "2.2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gotify"; owner = "gotify";
repo = "cli"; repo = "cli";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-dkG2dzt2PvIio+1/yx8Ihui6WjwvbBHlhJcoXADZBl4="; sha256 = "sha256-mOIomHNA20gKU7uh2Sf4NqqLNjNnD5hgOTUu9DuduiI=";
}; };
vendorSha256 = "sha256-0Utc1rGaFpDXhxMZ8bwMCYbfAyqNiQKtyqZMdhBujMs="; vendorHash = "sha256-ObJfUIy2GwogFm2/uCmShEXnIxDTqWWXCZPu9KJVFOA=";
postInstall = '' postInstall = ''
mv $out/bin/cli $out/bin/gotify mv $out/bin/cli $out/bin/gotify