ytcc: 2.5.5 -> 2.6.0

https://github.com/woefe/ytcc/releases/tag/v2.6.0
This commit is contained in:
Mario Rodas
2022-07-23 04:20:00 +00:00
parent 39de7f8bc8
commit 54b1758da4
+2 -2
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 ];