aerospike: 7.2.0.1 -> 7.2.0.4

This commit is contained in:
R. Ryantm 2024-11-25 08:13:20 +00:00
parent 988507244d
commit 2de18b37cf

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "aerospike-server"; pname = "aerospike-server";
version = "7.2.0.1"; version = "7.2.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aerospike"; owner = "aerospike";
repo = "aerospike-server"; repo = "aerospike-server";
rev = version; rev = version;
hash = "sha256-PFLdESQ3eyVTu8FJSI/9FbjpA+721G+ok5/UE/5u/2E="; hash = "sha256-g07rfQabjfvfl8rkLDgeTGq1J0pczdasTXIsWqUvz7w=";
fetchSubmodules = true; fetchSubmodules = true;
}; };