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

ytcc: 2.3.0 -> 2.4.1
This commit is contained in:
Artturi 2021-09-27 03:08:11 +03:00 committed by GitHub
commit 9ce9796bd9
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.3.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "woefe";
repo = "ytcc";
rev = "v${version}";
sha256 = "1q0w3b7r93416s28qra608n0d7cjh95nwkzgg23z5hp5sq3w3izr";
sha256 = "00fx1zlfz4gj46ahgvawc21rx6s49qrzd8am3p2yzmc12ibfqyhv";
};
nativeBuildInputs = [ gettext ];