h3: 3.6.4 -> 3.7.1

gstqt5
R. RyanTM 2020-10-18 11:12:51 +00:00
parent 9e1943edc0
commit 1b8dafbba1
1 changed files with 2 additions and 2 deletions

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