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

groonga: 13.0.9 -> 13.1.0
This commit is contained in:
Weijia Wang 2024-01-03 19:40:42 +01:00 committed by GitHub
commit 859c04653c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "groonga";
version = "13.0.9";
version = "13.1.0";
src = fetchurl {
url = "https://packages.groonga.org/source/groonga/groonga-${finalAttrs.version}.tar.gz";
hash = "sha256-ZmeOYwrd1Xvwqq565zOtcDv6heOLVVaF04M1jEtjDO8=";
hash = "sha256-7Wt90UNzfSi/L0UyWYQQCxaRfFG5HH/89njV3eW/5wQ=";
};
patches = [