wayfreeze: 0-unstable-2024-05-23 -> 0-unstable-2024-09-20

This commit is contained in:
purrpurrn 2024-10-24 14:36:58 +02:00
parent 638402fdde
commit 71282d3d22

View File

@ -2,20 +2,23 @@
lib, lib,
fetchFromGitHub, fetchFromGitHub,
rustPlatform, rustPlatform,
libxkbcommon libxkbcommon,
nix-update-script,
}: }:
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "wayfreeze"; pname = "wayfreeze";
version = "0-unstable-2024-05-23"; version = "0-unstable-2024-09-20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Jappie3"; owner = "Jappie3";
repo = "wayfreeze"; repo = "wayfreeze";
rev = "069dea0b832bd5b7a7872a57bd53f51cd377f206"; rev = "dcbe2690ce41a286ef1eed54747bac47cee6dc2c";
hash = "sha256-3btFzZbkHT6kBBA3M7OwFsD710VpMiHSXIpHmvCD/es="; hash = "sha256-XlZSVN/kTSA5X/kTpD/Hr5YBXdfh8gJPq5Da4tL0Gpk=";
}; };
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
cargoHash = "sha256-3OjZhWAgfmMZ0OGeRawk3KZpPqz1QCVkwsyGM+E7o88="; cargoHash = "sha256-3OjZhWAgfmMZ0OGeRawk3KZpPqz1QCVkwsyGM+E7o88=";
buildInputs = [ buildInputs = [