Merge pull request #116014 from r-ryantm/auto-update/libpostal

libpostal: 1.0.0 -> 1.1
This commit is contained in:
Ryan Mulligan 2021-03-14 13:20:26 -07:00 committed by GitHub
commit 667d42647e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libpostal";
version = "1.0.0";
version = "1.1";
src = fetchFromGitHub {
owner = "openvenues";
repo = "libpostal";
rev = "v${version}";
sha256 = "0qf5nkfkfjl2ylkrnw7kzax71y85gkr8i24glyp9rflyzmpj6giy";
sha256 = "sha256-gQTD2LQibaB2TK0SbzoILAljAGExURvDcF3C/TfDXqk=";
};
nativeBuildInputs = [ autoreconfHook ];