Merge pull request #333133 from r-ryantm/auto-update/opensearch

opensearch: 2.15.0 -> 2.16.0
This commit is contained in:
Donovan Glover
2024-08-13 21:59:08 +00:00
committed by GitHub
+2 -2
View File
@@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "opensearch";
version = "2.15.0";
version = "2.16.0";
src = fetchurl {
url = "https://artifacts.opensearch.org/releases/bundle/opensearch/${finalAttrs.version}/opensearch-${finalAttrs.version}-linux-x64.tar.gz";
hash = "sha256-AUuquYXRwI4JvEiUdx/l3Tk/kxENrXG1RtzBzrsrZyg=";
hash = "sha256-7QuyNJnTig472I+Ll1shWmQ2YoWFAKwFYw4pK+BvZbI=";
};
nativeBuildInputs = [