Merge pull request #182737 from marsam/update-ytcc

ytcc: 2.5.5 -> 2.6.0
This commit is contained in:
Mario Rodas 2022-07-24 15:49:22 -05:00 committed by GitHub
commit 15d6eb37d2
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.5";
version = "2.6.0";
src = fetchFromGitHub {
owner = "woefe";
repo = "ytcc";
rev = "v${version}";
sha256 = "sha256-DjyVcjU2dVku5ademm6DygMnzWHB7iMqPfU56BBjAwU=";
sha256 = "sha256-NTG7CtmlJzrhgr/JRSQ1jjSpJEm+PlF67PlEbPNihFE=";
};
nativeBuildInputs = [ gettext installShellFiles ];