Commit 779b124c authored by R. RyanTM's avatar R. RyanTM
Browse files

aerospike: 7.1.0.5 -> 7.1.0.6

parent 19710730
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "aerospike-server";
  version = "7.1.0.5";
  version = "7.1.0.6";

  src = fetchFromGitHub {
    owner = "aerospike";
    repo = "aerospike-server";
    rev = version;
    hash = "sha256-eUB9A9dv71hlrnOQsKcZTfqxXVhz5ErhIOIks2wJois=";
    hash = "sha256-10Ky4j4XyskjuuabCvD0mjpLOd9QjChM9TrDvKmgGHQ=";
    fetchSubmodules = true;
  };