gotify-desktop: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm
2025-11-16 00:40:55 +00:00
parent 042d0c7f69
commit 2dc2b1c6ed
+3 -3
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "gotify-desktop";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "desbma";
repo = "gotify-desktop";
rev = version;
sha256 = "sha256-QhzvY7MeOvrL+xxeV7gPXWRo3EinMMdS9A7oh38gYjU=";
sha256 = "sha256-BD8BqG+YheAGvHWrI1/PqCs6T3O3OwXodZq3gvgh1LU=";
};
cargoHash = "sha256-fNOC8atr5/LgQcGf9jdxec9AQt3YIR+hem/xL10YYqY=";
cargoHash = "sha256-CHo3TYNpXdU3g7vKEwmubPKy+COSZ9Ay77nW8IlK9H4=";
nativeBuildInputs = [ pkg-config ];