windsend-rs: 1.5.4 -> 1.5.5

This commit is contained in:
mivorasu
2025-07-25 16:46:57 +00:00
committed by mivorasu
parent ec2c294d16
commit 3bf278d14b
+11 -13
View File
@@ -1,46 +1,44 @@
{
lib,
fetchFromGitHub,
rustPlatform,
fetchFromGitHub,
copyDesktopItems,
pkg-config,
wayland,
openssl,
glib,
gtk3,
openssl,
wayland,
xdotool,
libayatana-appindicator,
makeDesktopItem,
copyDesktopItems,
libayatana-appindicator,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "windsend-rs";
version = "1.5.4";
version = "1.5.5";
src = fetchFromGitHub {
owner = "doraemonkeys";
repo = "WindSend";
tag = "v${finalAttrs.version}";
hash = "sha256-A0cmjllyhKkYsMyjeuuMCax0uVnaDp9OwJPY7peDjPM=";
hash = "sha256-u82VmMuc7+tbc1Qgs5lbyFlNTauJm6E9KFXPHBdTryA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-9zuD3korJGIcarBV0bSSV/g/Q0niWAMqgRfwpPXCuBU=";
cargoHash = "sha256-dn6O2cCOPInktrKrcZBwN2FwmKUjm3crCL6yhIPQj/Y=";
sourceRoot = "${finalAttrs.src.name}/windSend-rs";
nativeBuildInputs = [
pkg-config
copyDesktopItems
pkg-config
];
buildInputs = [
wayland
openssl
glib
gtk3
openssl
wayland
xdotool
];