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

aerospike: 7.0.0.5 -> 7.0.0.6
This commit is contained in:
Weijia Wang 2024-03-24 23:11:50 +01:00 committed by GitHub
commit 5d5c08c95a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "aerospike-server";
version = "7.0.0.5";
version = "7.0.0.6";
src = fetchFromGitHub {
owner = "aerospike";
repo = "aerospike-server";
rev = version;
hash = "sha256-NTZW/pBCrwhmqMNXBS34HUKENy+TJKmoFWS7LhcLM4k=";
hash = "sha256-2Gz0Z8nEC3NX2Skg+4MzLrXYVqL30QwMnvu4dkbJ6+g=";
fetchSubmodules = true;
};