aerospike: 7.0.0.9 -> 7.1.0.0

This commit is contained in:
R. Ryantm 2024-05-16 05:17:56 +00:00
parent 0f2ebf4b0b
commit 6a9a98298c

View File

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