sway-overfocus: 0.2.4 -> 0.2.5 (#423045)

Co-authored-by: ivan770 <ivan@ivan770.me>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-07 22:25:29 +00:00 committed by GitHub
commit 8b620d0313
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;