Skip to content

Commit

Permalink
filebench: rehash source
Browse files Browse the repository at this point in the history
The new source is a VCS dump at the same revision: no files changed, generated
files deleted.
  • Loading branch information
orivej committed Nov 18, 2017
1 parent 011e69e commit 26aaf6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/tools/misc/filebench/default.nix
@@ -1,14 +1,16 @@
{ stdenv, fetchurl }:
{ stdenv, fetchurl, autoreconfHook, bison, flex }:

stdenv.mkDerivation rec {
name = "filebench-${version}";
version = "1.4.9.1";

src = fetchurl {
url = "mirror://sourceforge/filebench/${name}.tar.gz";
sha256 = "0y06f9mp4xry6j1jamqprzn963l0krqayv14yv66pm51hdh53ld1";
sha256 = "13hmx67lsz367sn8lrvz1780mfczlbiz8v80gig9kpkpf009yksc";
};

nativeBuildInputs = [ autoreconfHook bison flex ];

meta = with stdenv.lib; {
description = "File system and storage benchmark that can generate both micro and macro workloads";
homepage = https://sourceforge.net/projects/filebench/;
Expand Down

0 comments on commit 26aaf6b

Please sign in to comment.