1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

aerospike: 7.1.0.0 -> 7.1.0.2

This commit is contained in:
R. Ryantm 2024-06-22 00:26:25 +00:00
parent 47ea5bd487
commit 1e27366d68

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "aerospike-server";
version = "7.1.0.0";
version = "7.1.0.2";
src = fetchFromGitHub {
owner = "aerospike";
repo = "aerospike-server";
rev = version;
hash = "sha256-QifZDjmveokTkEIkMF1ozcR5x4mW/JWuSzD+rtU4B1c=";
hash = "sha256-zhzEUp7zZrtBYRkbDpKgu89XDFSB+o08dduRDv/3cvY=";
fetchSubmodules = true;
};