Loading pkgs/applications/audio/pyradio/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ python3Packages.buildPythonApplication rec { pname = "pyradio"; version = "0.9.1"; version = "0.9.2.25"; src = fetchFromGitHub { owner = "coderholic"; repo = pname; repo = "pyradio"; rev = "refs/tags/${version}"; hash = "sha256-tu/qlrbTcUCIRF15x9ATKHH+LDy1OsGJpo5x+CerTKg="; hash = "sha256-GkOp0iK84HDvVH8RmtmIKJ5EtQIECgZS5g8pmaIhUcc="; }; nativeBuildInputs = [ Loading @@ -20,9 +20,12 @@ python3Packages.buildPythonApplication rec { ]; propagatedBuildInputs = with python3Packages; [ requests psutil dnspython netifaces psutil python-dateutil requests rich ]; checkPhase = '' Loading Loading
pkgs/applications/audio/pyradio/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ python3Packages.buildPythonApplication rec { pname = "pyradio"; version = "0.9.1"; version = "0.9.2.25"; src = fetchFromGitHub { owner = "coderholic"; repo = pname; repo = "pyradio"; rev = "refs/tags/${version}"; hash = "sha256-tu/qlrbTcUCIRF15x9ATKHH+LDy1OsGJpo5x+CerTKg="; hash = "sha256-GkOp0iK84HDvVH8RmtmIKJ5EtQIECgZS5g8pmaIhUcc="; }; nativeBuildInputs = [ Loading @@ -20,9 +20,12 @@ python3Packages.buildPythonApplication rec { ]; propagatedBuildInputs = with python3Packages; [ requests psutil dnspython netifaces psutil python-dateutil requests rich ]; checkPhase = '' Loading