Merge pull request #293492 from r-ryantm/auto-update/swaysome

swaysome: 2.1.0 -> 2.1.1
This commit is contained in:
Nick Cao
2024-03-06 09:09:13 -05:00
committed by GitHub
+3 -3
View File
@@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "swaysome";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitLab {
owner = "hyask";
repo = pname;
rev = version;
sha256 = "sha256-U5W/9VL1t1/R4ADPxseBV6CMKx04I4vbp7sFmSqRZXk=";
sha256 = "sha256-HRLMfpnqjDgkOIaH/7DxeYzoZn/0c0KUAmir8XIwesg=";
};
cargoHash = "sha256-QA3EQsYgjwx8QX50yaxiJyAPDlpYYqiqLiXco1kJmw0=";
cargoHash = "sha256-e5B90tIiXxuaRseok69EN4xuoRlCyiTVgEcAqvVg/dM=";
meta = with lib; {
description = "Helper to make sway behave more like awesomewm";