swayest-workstyle: 1.3.5 -> 1.3.6 (#392665)

This commit is contained in:
Nick Cao
2025-03-24 17:19:05 -04:00
committed by GitHub
@@ -6,19 +6,19 @@
let
pname = "swayest-workstyle";
version = "1.3.5";
version = "1.3.6";
src = fetchFromGitHub {
owner = "Lyr-7D1h";
repo = "swayest_workstyle";
rev = version;
hash = "sha256-Dk6rAiz7PXUfyy9fWMtSVRjaWWl66n38gTNyWKqeqkU=";
hash = "sha256-0IFEVk6LQagwbm/QZG+dzYFfNhb7ieMxaCbFdeoZWwc=";
};
in
rustPlatform.buildRustPackage {
inherit pname version src;
useFetchCargoVendor = true;
cargoHash = "sha256-gDyVT+mrrQ0HTMY+XYwskgYvzst9oFpQDvTjBIodrkY=";
cargoHash = "sha256-Txyj2o4Ew8VPKV/UCNiLhosgm5kuSl+na2l4H3yl/Yc=";
# No tests
doCheck = false;