Loading pkgs/tools/misc/you-get/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ python3.pkgs.buildPythonApplication rec { pname = "you-get"; version = "0.4.1620"; version = "0.4.1650"; format = "setuptools"; # Tests aren't packaged, but they all hit the real network so # probably aren't suitable for a build environment anyway. Loading @@ -15,7 +16,7 @@ python3.pkgs.buildPythonApplication rec { src = python3.pkgs.fetchPypi { inherit pname version; sha256 = "sha256-wCDaT9Nz1ZiSsqFwX1PXHq6QF6fjLRI9wwvvWxcmYOY="; sha256 = "sha256-s8lEz3pjzEaMzMiBbc5/wAjC5rW6Uq7+XOIIGBijrUc="; }; patches = [ Loading @@ -36,6 +37,10 @@ python3.pkgs.buildPythonApplication rec { --bash contrib/completion/you-get-completion.bash ''; pythonImportsCheck = [ "you_get" ]; meta = with lib; { description = "A tiny command line utility to download media contents from the web"; homepage = "https://you-get.org"; Loading Loading
pkgs/tools/misc/you-get/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ python3.pkgs.buildPythonApplication rec { pname = "you-get"; version = "0.4.1620"; version = "0.4.1650"; format = "setuptools"; # Tests aren't packaged, but they all hit the real network so # probably aren't suitable for a build environment anyway. Loading @@ -15,7 +16,7 @@ python3.pkgs.buildPythonApplication rec { src = python3.pkgs.fetchPypi { inherit pname version; sha256 = "sha256-wCDaT9Nz1ZiSsqFwX1PXHq6QF6fjLRI9wwvvWxcmYOY="; sha256 = "sha256-s8lEz3pjzEaMzMiBbc5/wAjC5rW6Uq7+XOIIGBijrUc="; }; patches = [ Loading @@ -36,6 +37,10 @@ python3.pkgs.buildPythonApplication rec { --bash contrib/completion/you-get-completion.bash ''; pythonImportsCheck = [ "you_get" ]; meta = with lib; { description = "A tiny command line utility to download media contents from the web"; homepage = "https://you-get.org"; Loading