Merge pull request #86414 from filalex77/googler-4.1

googler: 4.0 -> 4.1
This commit is contained in:
Maximilian Bosch 2020-04-30 22:57:14 +02:00 committed by GitHub
commit 576eca7ad8
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.0";
version = "4.1";
src = fetchFromGitHub {
owner = "jarun";
repo = pname;
rev = "v${version}";
sha256 = "13jj15ph0vmbyxjslzl6z4h5b7wyllvhwgsrb6zf7qlkcmkd4vwy";
sha256 = "04d7n2l159s7c9xzvyvbnbii1k3zdbajagpx09x1l692cwjbvpxw";
};
propagatedBuildInputs = [ python ];