wleave: 0.4.1 -> 0.5.1 (#380673)

This commit is contained in:
Peder Bergebakken Sundt
2025-02-14 20:44:35 +01:00
committed by GitHub
+8 -9
View File
@@ -5,25 +5,24 @@
at-spi2-atk,
pkg-config,
glib,
gtk3,
gtk-layer-shell,
gtk4,
gtk4-layer-shell,
installShellFiles,
scdoc,
}:
rustPlatform.buildRustPackage rec {
pname = "wleave";
version = "0.4.1";
version = "0.5.1";
src = fetchFromGitHub {
owner = "AMNatty";
repo = "wleave";
rev = version;
hash = "sha256-PkEj0RlSxhxG9qOJkuMTVj6r0lxsm7V8b1AIaCVaXCQ=";
hash = "sha256-xl0JOepQDvYdeTv0LFYzp8QdufKXkayJcHklLBjupeA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-HDlL/tRc60kLW2qoa/TYKe11RbpX0CCmkPiKa7BRK80=";
cargoHash = "sha256-csnArsVk/Ifhi3aO3bSG0mkSA81KACxR/xC1L8JJfmc=";
nativeBuildInputs = [
pkg-config
@@ -33,8 +32,8 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
at-spi2-atk
gtk3
gtk-layer-shell
gtk4
gtk4-layer-shell
glib
];
@@ -63,7 +62,7 @@ rustPlatform.buildRustPackage rec {
'';
meta = with lib; {
description = "Wayland-native logout script written in GTK3";
description = "Wayland-native logout script written in GTK4";
homepage = "https://github.com/AMNatty/wleave";
license = licenses.mit;
mainProgram = "wleave";