wayidle: 1.0.0 -> 1.0.1

This commit is contained in:
kyehn
2025-08-29 20:05:55 +08:00
parent ebe3396323
commit b131c65977
+5 -5
View File
@@ -4,15 +4,15 @@
fetchFromSourcehut,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage (finalAttrs: {
pname = "wayidle";
version = "1.0.0";
version = "1.0.1";
src = fetchFromSourcehut {
owner = "~whynothugo";
repo = "wayidle";
rev = "v${version}";
hash = "sha256-DgsktRIGWswSBYeij5OL4nJwWaURv+v+qzOdZnLKG/E=";
tag = "v${finalAttrs.version}";
hash = "sha256-VZfoPD9bpHOQBtDBpG4My7/KJNTKcy5PjFNO2xKmqKg=";
};
cargoHash = "sha256-rpmMUrVobYa9mGERJnhGsvebzWbuL+51VeuXKUIFdwg=";
@@ -25,4 +25,4 @@ rustPlatform.buildRustPackage rec {
mainProgram = "wayidle";
platforms = platforms.linux;
};
}
})