aerospike: 8.0.0.5 -> 8.0.0.6 (#399983)

This commit is contained in:
Wael Nasreddine
2025-04-19 10:24:58 -07:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "aerospike-server";
version = "8.0.0.5";
version = "8.0.0.6";
src = fetchFromGitHub {
owner = "aerospike";
repo = "aerospike-server";
rev = version;
hash = "sha256-Ou7lSQHkudE0cuhXUtx9EI3z+udfnHI+CXdgoef2TIw=";
hash = "sha256-pfB/K5CXwuAgLcJtp4fsllFiCRzjZY0Kv83O/1Uohfw=";
fetchSubmodules = true;
};