aerospike: 7.1.0.5 -> 7.1.0.6

This commit is contained in:
R. Ryantm
2024-09-14 12:57:21 +00:00
parent 19710730d7
commit 779b124cdf

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "aerospike-server";
version = "7.1.0.5";
version = "7.1.0.6";
src = fetchFromGitHub {
owner = "aerospike";
repo = "aerospike-server";
rev = version;
hash = "sha256-eUB9A9dv71hlrnOQsKcZTfqxXVhz5ErhIOIks2wJois=";
hash = "sha256-10Ky4j4XyskjuuabCvD0mjpLOd9QjChM9TrDvKmgGHQ=";
fetchSubmodules = true;
};