Skip to content

Commit fe1f560

Browse files
ericsagnesgrahamc
authored andcommittedJun 3, 2017
groonga: 7.0.0 -> 7.0.3
1 parent edaf76a commit fe1f560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/search/groonga/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
stdenv.mkDerivation rec {
88

99
name = "groonga-${version}";
10-
version = "7.0.0";
10+
version = "7.0.3";
1111

1212
src = fetchurl {
1313
url = "http://packages.groonga.org/source/groonga/${name}.tar.gz";
14-
sha256 = "0c3vzw2ias0xpz1hwywlib1qqfjvvzwj1zggswd5l2cj87f1krfd";
14+
sha256 = "17pp4sbfa6wpiiiqvdbnvd1qxrchmj7zh27zdrmmnbvwpyc5g2n6";
1515
};
1616

1717
buildInputs = with stdenv.lib;

0 commit comments

Comments
 (0)
Please sign in to comment.