memtier-benchmark: 2.4.4 -> 2.5.1
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "memtier-benchmark";
|
||||
version = "2.4.4";
|
||||
version = "2.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "redis";
|
||||
repo = "memtier_benchmark";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-2r/8u+gbgN6zwOoVfA9QCAXeYOK15znq03b6OcS+FLM=";
|
||||
hash = "sha256-SCKxiSbyIyL1sAYpFCJs4OiGZahGgRG1bDFgDO++t9Y=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user