Skip to content

Commit

Permalink
pgroonga: 2.1.3 -> 2.1.6 (#49205)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgroonga/versions
  • Loading branch information
r-ryantm authored and disassembler committed Oct 28, 2018
1 parent 6e66467 commit 5fd8de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/pgroonga/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "pgroonga-${version}";
version = "2.1.3";
version = "2.1.6";

src = fetchurl {
url = "https://packages.groonga.org/source/pgroonga/${name}.tar.gz";
sha256 = "0qv82libl4rv6cq9klvzwx4g767mjl4jaap34sxbd3x0wvm364yd";
sha256 = "1scybfmmlz5p4xgkhfx7pzdiqj5cd60kvbk8m4xa6k3avz0p1sw9";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 5fd8de8

Please sign in to comment.