Merge pull request #58681 from r-ryantm/auto-update/glog

glog: 0.3.5 -> 0.4.0
This commit is contained in:
Ryan Mulligan 2019-04-07 15:37:59 -07:00 committed by GitHub
commit 11645d307b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "glog-${version}";
version = "0.3.5";
version = "0.4.0";
src = fetchFromGitHub {
owner = "google";
repo = "glog";
rev = "v${version}";
sha256 = "12v7j6xy0ghya6a0f6ciy4fnbdc486vml2g07j9zm8y5xc6vx3pq";
sha256 = "1xd3maiipfbxmhc9rrblc5x52nxvkwxp14npg31y5njqvkvzax9b";
};
nativeBuildInputs = [ autoreconfHook ];