aerospike: 7.2.0.1 -> 7.2.0.4 (#358916)

This commit is contained in:
Nick Cao 2024-11-25 08:52:51 -05:00 committed by GitHub
commit bc4c037154
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.2.0.1";
version = "7.2.0.4";
src = fetchFromGitHub {
owner = "aerospike";
repo = "aerospike-server";
rev = version;
hash = "sha256-PFLdESQ3eyVTu8FJSI/9FbjpA+721G+ok5/UE/5u/2E=";
hash = "sha256-g07rfQabjfvfl8rkLDgeTGq1J0pczdasTXIsWqUvz7w=";
fetchSubmodules = true;
};