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