Unverified Commit 74680bc6 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

aerospike: 8.0.0.2 -> 8.0.0.4 (#384445)

parents 1137c471 bcae4b69
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.2";
  version = "8.0.0.4";

  src = fetchFromGitHub {
    owner = "aerospike";
    repo = "aerospike-server";
    rev = version;
    hash = "sha256-Wto0C4q/x0VD9kHSOFuquh/vXC7pSEBFqpZJxRAa2Cg=";
    hash = "sha256-1wZDp754MGHxH2Dmlz9dUDxAWpevoEyEh2nk8QZvgi8=";
    fetchSubmodules = true;
  };