Skip to content

Commit

Permalink
ytcc: 1.8.3 -> 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Jul 31, 2020
1 parent 2e30f68 commit 31a9392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/ytcc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
pname = "ytcc";
version = "1.8.3";
version = "1.8.4";

src = fetchFromGitHub {
owner = "woefe";
repo = "ytcc";
rev = "v${version}";
sha256 = "0993vqbsqcnxgv5l3il432i4sqzp8ns69rnsgww872vpb4bp3cg8";
sha256 = "11gwpqmq611j07pjscch28jsrfgyzy69ph2w1miz3arqmxz7dqjp";
};

nativeBuildInputs = [ gettext ];
Expand Down

0 comments on commit 31a9392

Please sign in to comment.