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

This commit is contained in:
Artturi 2021-08-23 17:29:36 +03:00 committed by GitHub
commit 5d280ca89a
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.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "woefe";
repo = "ytcc";
rev = "v${version}";
sha256 = "1rhnrmanad10zy2as9q5wjfjlk18f51vf801syyfgxvk0pdcsk6w";
sha256 = "1q0w3b7r93416s28qra608n0d7cjh95nwkzgg23z5hp5sq3w3izr";
};
nativeBuildInputs = [ gettext ];