gotify-desktop: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm
2025-04-21 01:18:02 +00:00
parent 98922e9e6d
commit 5241b90256
+3 -3
View File
@@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "gotify-desktop";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "desbma";
repo = "gotify-desktop";
rev = version;
sha256 = "sha256-P6zZAd3381/JamrEdbZRVFouhDsPNy1cNAjy4K3jGro=";
sha256 = "sha256-QhzvY7MeOvrL+xxeV7gPXWRo3EinMMdS9A7oh38gYjU=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-od8eaOwf5k//HuzD4CNCOu8JGJv1P1TJTW0shgEnFDc=";
cargoHash = "sha256-fNOC8atr5/LgQcGf9jdxec9AQt3YIR+hem/xL10YYqY=";
nativeBuildInputs = [ pkg-config ];