sway-overfocus: 0.2.4 -> 0.2.5 (#423045)
Co-authored-by: ivan770 <ivan@ivan770.me>
This commit is contained in:
commit
8b620d0313
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user