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

aerospike: 7.1.0.4 -> 7.1.0.5
This commit is contained in:
Nick Cao 2024-08-14 15:45:27 -04:00 committed by GitHub
commit 96348cdc68
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.4";
version = "7.1.0.5";
src = fetchFromGitHub {
owner = "aerospike";
repo = "aerospike-server";
rev = version;
hash = "sha256-8fDwN2O2iz3AuMNuf3J9K2z69sE3JRYw19nWEKvqjTs=";
hash = "sha256-eUB9A9dv71hlrnOQsKcZTfqxXVhz5ErhIOIks2wJois=";
fetchSubmodules = true;
};