3
0
Fork 0
forked from mirrors/nixpkgs

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

groonga: 12.0.6 -> 12.0.7
This commit is contained in:
Mario Rodas 2022-09-03 14:13:19 -05:00 committed by GitHub
commit f2ba552007
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "groonga";
version = "12.0.6";
version = "12.0.7";
src = fetchurl {
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
sha256 = "sha256-DVum2fUa1BiSyL0d8hzRo3AzEVSRX2EBrJ4DBBIxftE=";
sha256 = "sha256-Eaei4Zi0Rg9zu7DInLAcaRo8Fyu2mqBblcYNRaS46c8=";
};
preConfigure = ''