3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #38167 from r-ryantm/auto-update/pgroonga

pgroonga: 2.0.3 -> 2.0.4
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:21:37 -05:00 committed by GitHub
commit 7982b8c8a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "pgroonga-${version}";
version = "2.0.3";
version = "2.0.4";
src = fetchurl {
url = "http://packages.groonga.org/source/pgroonga/${name}.tar.gz";
sha256 = "0jlaxkj33dgr2hgh0f861ja1z53kqw0g1syinl2sacsna2i9pdxy";
sha256 = "0hx7bzxmjv0rsvv6b77gpmwhw4ajy8sgjbmrg7hj3dc51kiyiai0";
};
nativeBuildInputs = [ pkgconfig ];