Merge pull request #74448 from marius851000/ytcc

ytcc: 1.8.1 -> 1.8.2
This commit is contained in:
Jörg Thalheim 2019-11-28 09:45:46 +00:00 committed by GitHub
commit 3a2b788894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "ytcc"; pname = "ytcc";
version = "1.8.1"; version = "1.8.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "woefe"; owner = "woefe";
repo = "ytcc"; repo = "ytcc";
rev = "v${version}"; rev = "v${version}";
sha256 = "080p145j5pg8db88kb0y3x1pfc3v4aj3w68pdihlmi68dhjdr7i7"; sha256 = "0a4gxdan3aivbpkxw9cv1bgl7rfrwdii12d096dx06zlymb27gqs";
}; };
nativeBuildInputs = [ gettext ]; nativeBuildInputs = [ gettext ];