aerospike: 8.0.0.5 -> 8.0.0.6

This commit is contained in:
R. Ryantm
2025-04-19 06:43:55 +00:00
parent bb884bb83f
commit 012b53cbd0
+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;
};