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

aerospike: 7.0.0.4 -> 7.0.0.5
This commit is contained in:
Wael Nasreddine 2024-03-10 22:23:42 -07:00 committed by GitHub
commit 6c8c40aac3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "aerospike-server"; pname = "aerospike-server";
version = "7.0.0.4"; version = "7.0.0.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aerospike"; owner = "aerospike";
repo = "aerospike-server"; repo = "aerospike-server";
rev = version; rev = version;
hash = "sha256-CyDGJ0fM9mDNOG1CV/noaSDIh8x/duM3NhgLTnANNKA="; hash = "sha256-NTZW/pBCrwhmqMNXBS34HUKENy+TJKmoFWS7LhcLM4k=";
fetchSubmodules = true; fetchSubmodules = true;
}; };