sway-overfocus: 0.2.4 -> 0.2.5

This commit is contained in:
R. Ryantm 2025-07-06 22:46:17 +00:00
parent e4097b5575
commit b279d0be43

View File

@ -7,17 +7,17 @@
rustPlatform.buildRustPackage rec {
pname = "sway-overfocus";
version = "0.2.4";
version = "0.2.5";
src = fetchFromGitHub {
owner = "korreman";
repo = "sway-overfocus";
rev = "v${version}";
hash = "sha256-trpjKA0TV8InSfViIXKnMDeZeFXZfavpiU7/R3JDQkQ=";
hash = "sha256-Ik1YkEtmnMdm5bQb5PtqzZZdJxCnGu4Bzt000iV7tc4=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-RtiXcUvId+bf8t74Ld2JXQGx+o094Qo3O5kt+ldm1Ag=";
cargoHash = "sha256-sMciCYeuvgY6K7u9HHxIL9EaCUAWGqtbcSjhfcbjdXI=";
# Crate without tests.
doCheck = false;