wayfreeze: unstable -> 0.2.0

This commit is contained in:
Jappie3
2026-01-21 17:24:26 +01:00
parent 1e46161ce7
commit 84b08e1621
+7 -7
View File
@@ -6,20 +6,20 @@
nix-update-script,
}:
rustPlatform.buildRustPackage {
rustPlatform.buildRustPackage (finalAttrs: {
pname = "wayfreeze";
version = "0-unstable-2025-07-08";
version = "0.2.0";
src = fetchFromGitHub {
owner = "Jappie3";
repo = "wayfreeze";
rev = "dc41ae1662c4c760f3deba9f826ba605e99971cc";
hash = "sha256-dDncKClSsRfkQ27x67U2Mpdcc+nx28bNZughJKar+RU=";
tag = finalAttrs.version;
hash = "sha256-jz77zWCUUcXiLdCQpta1b1dlEZaahkhYfhnHUa/Zk2A=";
};
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
passthru.updateScript = nix-update-script { };
cargoHash = "sha256-uzTT4WyR7kCL/HPu7JHGQqG9tbO1JGIW1Jtlza5lhPk=";
cargoHash = "sha256-cofOfaCDKjVpXJHqXiqz2PSIiscYIzCQI2tm5EdWRvE=";
buildInputs = [
libxkbcommon
@@ -36,4 +36,4 @@ rustPlatform.buildRustPackage {
mainProgram = "wayfreeze";
platforms = lib.platforms.linux;
};
}
})