aerospike: 7.1.0.6 -> 7.2.0.1 (#347197)

This commit is contained in:
Wael Nasreddine 2024-10-08 13:54:51 -07:00 committed by GitHub
commit f69111ebe2
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.1.0.6";
version = "7.2.0.1";
src = fetchFromGitHub {
owner = "aerospike";
repo = "aerospike-server";
rev = version;
hash = "sha256-10Ky4j4XyskjuuabCvD0mjpLOd9QjChM9TrDvKmgGHQ=";
hash = "sha256-PFLdESQ3eyVTu8FJSI/9FbjpA+721G+ok5/UE/5u/2E=";
fetchSubmodules = true;
};