Unverified Commit c9f0b4a3 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

sway-assign-cgroups: 0.4.0 -> 0.4.1 (#347169)

parents eb67f7de d7a7ee16
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";