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

aerospike: 7.0.0.3 -> 7.0.0.4
This commit is contained in:
Nick Cao 2024-03-04 09:53:18 -05:00 committed by GitHub
commit 423ac7f466
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.3";
version = "7.0.0.4";
src = fetchFromGitHub {
owner = "aerospike";
repo = "aerospike-server";
rev = version;
hash = "sha256-qyVfoOnWIUY1np58HtpVrKNsgiXlvdgffyMGjk+G5qI=";
hash = "sha256-CyDGJ0fM9mDNOG1CV/noaSDIh8x/duM3NhgLTnANNKA=";
fetchSubmodules = true;
};