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

ytcc: 2.5.2 -> 2.5.3
This commit is contained in:
Mario Rodas 2021-11-15 21:44:39 -05:00 committed by GitHub
commit c19d0ed02b
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.5.2";
version = "2.5.3";
src = fetchFromGitHub {
owner = "woefe";
repo = "ytcc";
rev = "v${version}";
sha256 = "0xpinilb8rnha35laxq076p6v7hdis6davr9ckm5xycs3m4aj7s8";
sha256 = "1skhg8ca2bjjfi02pjsi3w7v3f4xhzg7bqyy0cajxsymzqzqp7lm";
};
postPatch = ''