aerospike: 7.0.0.8 -> 7.0.0.9

This commit is contained in:
R. Ryantm 2024-05-10 02:21:33 +00:00
parent 0c9055e823
commit 0db226ffd3

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "aerospike-server";
version = "7.0.0.8";
version = "7.0.0.9";
src = fetchFromGitHub {
owner = "aerospike";
repo = "aerospike-server";
rev = version;
hash = "sha256-Tqg4SYMLw4K3nIlL4h0lvXdQMnG6tAOHNuqzgswl0uk=";
hash = "sha256-3ZVSaq76oG8NEe2SNyVGg+iDZ9RXyjFEIsgoemmuaPQ=";
fetchSubmodules = true;
};