mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
memtier-benchmark: 2.1.3 -> 2.1.4
This commit is contained in:
parent
bb2b0c599b
commit
a4b778703a
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "memtier-benchmark";
|
pname = "memtier-benchmark";
|
||||||
version = "2.1.3";
|
version = "2.1.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "redislabs";
|
owner = "redislabs";
|
||||||
repo = "memtier_benchmark";
|
repo = "memtier_benchmark";
|
||||||
tag = version;
|
tag = version;
|
||||||
sha256 = "sha256-3q+NOdmbOiRq+pUxy3d1UdpUxHsv2XfnScDIfB+xyhk=";
|
sha256 = "sha256-dZUJjilfzl8u/KdBS1iKaAwOXWYAIMDi55ZAYtyuuOI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue