mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
libpostal: 1.0.0 -> 1.1
This commit is contained in:
parent
fea3cb98e1
commit
b2031fbfb2
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libpostal";
|
pname = "libpostal";
|
||||||
version = "1.0.0";
|
version = "1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openvenues";
|
owner = "openvenues";
|
||||||
repo = "libpostal";
|
repo = "libpostal";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0qf5nkfkfjl2ylkrnw7kzax71y85gkr8i24glyp9rflyzmpj6giy";
|
sha256 = "sha256-gQTD2LQibaB2TK0SbzoILAljAGExURvDcF3C/TfDXqk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user