aerospike: 7.2.0.4 -> 7.2.0.6 (#373809)

Co-authored-by: kalbasit <wael.nasreddine@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-15 00:58:33 +00:00
committed by GitHub
co-authored by kalbasit
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "aerospike-server";
version = "7.2.0.4";
version = "7.2.0.6";
src = fetchFromGitHub {
owner = "aerospike";
repo = "aerospike-server";
rev = version;
hash = "sha256-g07rfQabjfvfl8rkLDgeTGq1J0pczdasTXIsWqUvz7w=";
hash = "sha256-YjX/2+0n+nrtNwQaZSY5PPYAOnhR+jrIMp02STcJHRY=";
fetchSubmodules = true;
};