sway-assign-cgroups: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm 2024-10-07 20:34:43 +00:00
parent 8ab1d552b8
commit d7a7ee168b

View File

@ -5,12 +5,12 @@
python3Packages.buildPythonApplication rec {
pname = "sway-assign-cgroups";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "alebastr";
repo = "sway-systemd";
rev = "v${version}";
hash = "sha256-wznYE1/lVJtvf5Nq96gbPYisxc2gWLahVydwcH1vwoQ=";
rev = "refs/tags/v${version}";
hash = "sha256-AJ87/sPy8IVJgb5YehfUfNTOFEDithLfiTxgZfZf238=";
};
format = "other";