1 { lib, stdenv, fetchurl, path, runtimeShell }:
2 stdenv.mkDerivation rec {
7 url = "http://research.cs.wisc.edu/mist/${pname}/releases/${pname}-${version}.tar.gz";
8 sha256 = "1y0gikds2nr8jk8smhrl617njk23ymmpxyjb2j1xbj0k82xspv78";
12 description = "File open routines to safely open a file when in the presence of an attack";
13 license = licenses.asl20;
14 maintainers = with maintainers; [ raskin ];
15 platforms = platforms.all;
16 homepage = "https://research.cs.wisc.edu/mist/safefile/";