postgresqlPackages.pgroonga: 3.0.0 -> 3.0.1

https://github.com/pgroonga/pgroonga/releases/tag/3.0.1
This commit is contained in:
Mario Rodas
2023-04-30 01:42:00 +00:00
parent 40add03d25
commit cfbd436e24
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pgroonga";
version = "3.0.0";
version = "3.0.1";
src = fetchurl {
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-WMUtCuesMvJyLaF5CW6igbBUZzsBAWWw5eUmIJgrdyU=";
sha256 = "sha256-lsUtM6AM/AVjDGP9vSzj7Vxx+3+IS4cr7ctmU4C6Ml8=";
};
nativeBuildInputs = [ pkg-config ];