Unverified Commit 43bac27d authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

aerospike: 8.0.0.6 -> 8.0.0.7 (#402458)

parents 596ea53c 039bb43f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "aerospike-server";
  version = "8.0.0.6";
  version = "8.0.0.7";

  src = fetchFromGitHub {
    owner = "aerospike";
    repo = "aerospike-server";
    rev = version;
    hash = "sha256-pfB/K5CXwuAgLcJtp4fsllFiCRzjZY0Kv83O/1Uohfw=";
    hash = "sha256-pusPYp3zbd+y+Gc3XnAk8sn74jp/+UzjoWb1wuD1+uE=";
    fetchSubmodules = true;
  };