diff --git a/pkgs/applications/radio/quisk/default.nix b/pkgs/applications/radio/quisk/default.nix index 86b4db693ca..785f5cd8d94 100644 --- a/pkgs/applications/radio/quisk/default.nix +++ b/pkgs/applications/radio/quisk/default.nix @@ -8,11 +8,11 @@ python3.pkgs.buildPythonApplication rec { pname = "quisk"; - version = "4.2.17"; + version = "4.2.22"; src = fetchPypi { inherit pname version; - sha256 = "sha256-eF/3++wRG0JulVTT+GvtqleBPkzLSZeu+RfHDI1xfOY="; + sha256 = "sha256-F6xSE1EgWlHlrd4W79tmhTg/FS7QUPH3NWzWIljAAg4="; }; buildInputs = [ @@ -45,7 +45,7 @@ python3.pkgs.buildPythonApplication rec { ''; license = licenses.gpl2Plus; homepage = "https://james.ahlstrom.name/quisk/"; - maintainers = with maintainers; [ pulsation ]; + maintainers = with maintainers; [ pulsation kashw2 ]; platforms = platforms.linux; }; }