Merge pull request #140394 from r-ryantm/auto-update/ytcc

This commit is contained in:
Artturi 2021-10-05 16:09:07 +03:00 committed by GitHub
commit 61d93e234a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "ytcc";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "woefe";
repo = "ytcc";
rev = "v${version}";
sha256 = "00fx1zlfz4gj46ahgvawc21rx6s49qrzd8am3p2yzmc12ibfqyhv";
sha256 = "013dhw7kn1s3r6w7kfvhqh0l74kgijfni47l71p7wicg3hzhm3mr";
};
nativeBuildInputs = [ gettext ];