Merge pull request #146155 from r-ryantm/auto-update/ytcc
ytcc: 2.5.2 -> 2.5.3
This commit is contained in:
commit
c19d0ed02b
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "ytcc";
|
pname = "ytcc";
|
||||||
version = "2.5.2";
|
version = "2.5.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "woefe";
|
owner = "woefe";
|
||||||
repo = "ytcc";
|
repo = "ytcc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0xpinilb8rnha35laxq076p6v7hdis6davr9ckm5xycs3m4aj7s8";
|
sha256 = "1skhg8ca2bjjfi02pjsi3w7v3f4xhzg7bqyy0cajxsymzqzqp7lm";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue