ytcc: 1.8.2 -> 1.8.3

This commit is contained in:
R. RyanTM 2020-03-21 06:11:02 +00:00 committed by Jon
parent 06b4333891
commit 0d8cd0861a

View File

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