Unverified Commit 558941a8 authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

Merge pull request #308129 from r-ryantm/auto-update/aerospike

aerospike: 7.0.0.7 -> 7.0.0.8
parents d88e2d58 aabf7c0f
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.0.0.7";
  version = "7.0.0.8";

  src = fetchFromGitHub {
    owner = "aerospike";
    repo = "aerospike-server";
    rev = version;
    hash = "sha256-WAdN0Kk55Y3rhth1tiAZb9xIb0tF3YVfP+BXGRRY3lI=";
    hash = "sha256-Tqg4SYMLw4K3nIlL4h0lvXdQMnG6tAOHNuqzgswl0uk=";
    fetchSubmodules = true;
  };