Merge pull request #100959 from r-ryantm/auto-update/h3

h3: 3.6.4 -> 3.7.1
This commit is contained in:
Mario Rodas
2020-10-18 08:13:05 -05:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "h3";
version = "3.6.4";
version = "3.7.1";
src = fetchFromGitHub {
owner = "uber";
repo = "h3";
rev = "v${version}";
sha256 = "1a4scs5n9srq6sjkz8d60ffzpc6aadkxmk1i3hdj081j0jzsrpf7";
sha256 = "1ccyzbvbacf0bl9av4yp15zmhiqr3679nnbab11yrhxm9csyal16";
};
nativeBuildInputs = [ cmake ];