Commit 012b53cb authored by R. RyanTM's avatar R. RyanTM
Browse files

aerospike: 8.0.0.5 -> 8.0.0.6

parent bb884bb8
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.5";
  version = "8.0.0.6";

  src = fetchFromGitHub {
    owner = "aerospike";
    repo = "aerospike-server";
    rev = version;
    hash = "sha256-Ou7lSQHkudE0cuhXUtx9EI3z+udfnHI+CXdgoef2TIw=";
    hash = "sha256-pfB/K5CXwuAgLcJtp4fsllFiCRzjZY0Kv83O/1Uohfw=";
    fetchSubmodules = true;
  };