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

aerospike: 7.1.0.3 -> 7.1.0.4
This commit is contained in:
Wael Nasreddine 2024-07-29 11:13:15 -07:00 committed by GitHub
commit 884687b1a7
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.3";
version = "7.1.0.4";
src = fetchFromGitHub {
owner = "aerospike";
repo = "aerospike-server";
rev = version;
hash = "sha256-MBpN4rKweA47OpIkb009GYWEXy5TO/VRQWb32BUnDUQ=";
hash = "sha256-8fDwN2O2iz3AuMNuf3J9K2z69sE3JRYw19nWEKvqjTs=";
fetchSubmodules = true;
};