wayidle: 0.2.0 -> 1.0.0

This commit is contained in:
R. Ryantm
2025-01-26 00:52:43 +00:00
parent bafca6cbe1
commit 8159ee3ab9
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "wayidle";
version = "0.2.0";
version = "1.0.0";
src = fetchFromSourcehut {
owner = "~whynothugo";
repo = "wayidle";
rev = "v${version}";
hash = "sha256-7hFk/YGOQ5+gQy6pT5DRgMLThQ1vFAvUvdHekTyzIRU=";
hash = "sha256-DgsktRIGWswSBYeij5OL4nJwWaURv+v+qzOdZnLKG/E=";
};
cargoHash = "sha256-PohfLmUoK+2a7Glnje4Rbym2rvzydUJAYW+edOj7qeo=";
cargoHash = "sha256-fJXI2y+kUIAwW6QrMf/T/2N6v/OY9BD3g9oXwB7U4so=";
meta = with lib; {
description = "Execute a program when a Wayland compositor reports being N seconds idle";