mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
sway-assign-cgroups: 0.4.0 -> 0.4.1
This commit is contained in:
parent
8ab1d552b8
commit
d7a7ee168b
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user