mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
aerospike: 8.0.0.6 -> 8.0.0.7
This commit is contained in:
parent
917ee0af83
commit
039bb43fa0
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "aerospike-server";
|
pname = "aerospike-server";
|
||||||
version = "8.0.0.6";
|
version = "8.0.0.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aerospike";
|
owner = "aerospike";
|
||||||
repo = "aerospike-server";
|
repo = "aerospike-server";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-pfB/K5CXwuAgLcJtp4fsllFiCRzjZY0Kv83O/1Uohfw=";
|
hash = "sha256-pusPYp3zbd+y+Gc3XnAk8sn74jp/+UzjoWb1wuD1+uE=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue