aerospike: 8.0.0.8 -> 8.0.0.9 (#429293)

This commit is contained in:
Nick Cao 2025-07-30 14:06:01 -04:00 committed by GitHub
commit 6502d5ef75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "aerospike-server";
version = "8.0.0.8";
version = "8.0.0.9";
src = fetchFromGitHub {
owner = "aerospike";
repo = "aerospike-server";
rev = version;
hash = "sha256-z80LtwEp83BJm7zQS0mttr1UZQbDcaKrWuACeEmIzKs=";
hash = "sha256-3cXj+U8dtPk92fjUS+EDxuE2HklCIWhChjiLfJh5vHk=";
fetchSubmodules = true;
};