aerospike: 7.0.0.8 -> 7.0.0.9
This commit is contained in:
parent
0c9055e823
commit
0db226ffd3
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "aerospike-server";
|
pname = "aerospike-server";
|
||||||
version = "7.0.0.8";
|
version = "7.0.0.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aerospike";
|
owner = "aerospike";
|
||||||
repo = "aerospike-server";
|
repo = "aerospike-server";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-Tqg4SYMLw4K3nIlL4h0lvXdQMnG6tAOHNuqzgswl0uk=";
|
hash = "sha256-3ZVSaq76oG8NEe2SNyVGg+iDZ9RXyjFEIsgoemmuaPQ=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue