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

googler: 3.8 -> 3.9
This commit is contained in:
Elis Hirwing 2019-06-01 23:38:27 +02:00 committed by GitHub
commit d27979d334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{stdenv, fetchFromGitHub, python}:
stdenv.mkDerivation rec {
version = "3.8";
version = "3.9";
name = "googler-${version}";
src = fetchFromGitHub {
owner = "jarun";
repo = "googler";
rev = "v${version}";
sha256 = "0f15rivjdj8r7wwrckcsaxxx129yh41fj4rhz4cbvbsb5f0f2daj";
sha256 = "0zqq157i0rfrja8yqnqr9rfrp5apzc7cxb7d7ppv6abkc5bckyqc";
};
propagatedBuildInputs = [ python ];