Unverified Commit 3d0c5146 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

aerospike: 8.0.0.1 -> 8.0.0.2 (#380565)

parents 2b4d3722 3f465674
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.1";
  version = "8.0.0.2";

  src = fetchFromGitHub {
    owner = "aerospike";
    repo = "aerospike-server";
    rev = version;
    hash = "sha256-uVHi1/cT/3Rr/r3JudA09d3TMaTPYjc0ZpvTlz4m8aU=";
    hash = "sha256-Wto0C4q/x0VD9kHSOFuquh/vXC7pSEBFqpZJxRAa2Cg=";
    fetchSubmodules = true;
  };