1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-16 09:02:36 +00:00

Merge pull request #74448 from marius851000/ytcc

ytcc: 1.8.1 -> 1.8.2
This commit is contained in:
Jörg Thalheim 2019-11-28 09:45:46 +00:00 committed by GitHub
commit 3a2b788894
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 = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "woefe";
repo = "ytcc";
rev = "v${version}";
sha256 = "080p145j5pg8db88kb0y3x1pfc3v4aj3w68pdihlmi68dhjdr7i7";
sha256 = "0a4gxdan3aivbpkxw9cv1bgl7rfrwdii12d096dx06zlymb27gqs";
};
nativeBuildInputs = [ gettext ];