Merge pull request #110475 from r-ryantm/auto-update/googler

googler: 4.3.1 -> 4.3.2
This commit is contained in:
Oleksii Filonenko 2021-01-22 19:24:57 +02:00 committed by GitHub
commit 5a1d4acc7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "googler";
version = "4.3.1";
version = "4.3.2";
src = fetchFromGitHub {
owner = "jarun";
repo = pname;
rev = "v${version}";
sha256 = "04wa0mlbfjnzwham2dpd9lch7800js4vp3ikgjl4qnwilvr1lw74";
sha256 = "sha256-PgWg396AQ15CAnfTXGDpSg1UXx7mNCtknEjJd/KV4MU=";
};
buildInputs = [ python ];