glog: 0.3.5 -> 0.4.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/glog/versions
This commit is contained in:
R. RyanTM 2019-04-01 07:00:12 -07:00
parent 18aa59b0f2
commit d50661a3ed

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 ];