Merge pull request #62423 from r-ryantm/auto-update/googler
googler: 3.8 -> 3.9
This commit is contained in:
commit
d27979d334
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user