Merge pull request #312127 from r-ryantm/auto-update/aerospike

aerospike: 7.0.0.9 -> 7.1.0.0
This commit is contained in:
Matthias Beyer 2024-05-16 13:31:04 +02:00 committed by GitHub
commit 89ae998460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};