Skip to content

Commit

Permalink
Merge pull request #100438 from sikmir/googler
Browse files Browse the repository at this point in the history
googler: 4.2 -> 4.3.1
  • Loading branch information
marsam committed Oct 14, 2020
2 parents beed533 + a9eecc6 commit 06b8934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/googler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "googler";
version = "4.2";
version = "4.3.1";

src = fetchFromGitHub {
owner = "jarun";
repo = pname;
rev = "v${version}";
sha256 = "0c480wzc7q4pks1f6mnayr580c73jhzshliz4hgznzc7zwcdf41w";
sha256 = "04wa0mlbfjnzwham2dpd9lch7800js4vp3ikgjl4qnwilvr1lw74";
};

buildInputs = [ python ];
Expand All @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://github.com/jarun/googler";
description = "Google Search, Google Site Search, Google News from the terminal";
license = licenses.gpl3;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ koral filalex77 ];
platforms = python.meta.platforms;
};
Expand Down

0 comments on commit 06b8934

Please sign in to comment.