fatrace 0.9 -> 0.10

This commit is contained in:
Tobias Geerinckx-Rice 2015-04-29 21:30:56 +02:00
parent 5204bdfba6
commit 8ce7626dc7

View File

@ -1,12 +1,12 @@
{stdenv, fetchurl, python3}:
let version = "0.10"; in
stdenv.mkDerivation rec {
version = "0.9";
name = "fatrace-${version}";
src = fetchurl {
url = "https://launchpad.net/fatrace/trunk/${version}/+download/${name}.tar.bz2";
sha256 = "c028d822ffde68805e5d1f62c4e2d0f4b3d4ae565802cc9468c82b25b92e68cd";
url = "http://launchpad.net/fatrace/trunk/${version}/+download/${name}.tar.bz2";
sha256 = "0q0cv2bsgf76wypz18v2acgj1crcdqhrhlsij3r53glsyv86xyra";
};
buildInputs = [ python3 ];
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
makeFlagsArray = "PREFIX=$(out)";
meta = with stdenv.lib; {
inherit version;
description = "Report system-wide file access events";
homepage = https://launchpad.net/fatrace/;
license = with licenses; gpl3Plus;