1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-16 17:13:21 +00:00

Merge pull request #50107 from r-ryantm/auto-update/groonga

groonga: 8.0.7 -> 8.0.8
This commit is contained in:
Jörg Thalheim 2018-11-10 10:09:47 +00:00 committed by GitHub
commit a8517f25c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
name = "groonga-${version}";
version = "8.0.7";
version = "8.0.8";
src = fetchurl {
url = "https://packages.groonga.org/source/groonga/${name}.tar.gz";
sha256 = "040q525qdlxlypgs7jzklndshdvd5shzss67lcs6xhkbs0f977cc";
sha256 = "1fl5s0a5ncw8lj3ild2qqqxa3h4d3k98dmyki760c54kw6p6bycv";
};
buildInputs = with stdenv.lib;