1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-11 15:15:36 +00:00

libpostal: 1.0.0 -> 1.1

This commit is contained in:
R. RyanTM 2021-03-12 01:00:15 +00:00
parent fea3cb98e1
commit b2031fbfb2

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