Merge pull request #11664 from garrison/vmtouch-upgrade
vmtouch -> 1.0.2
This commit is contained in:
commit
ecc0c30daf
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vmtouch";
|
pname = "vmtouch";
|
||||||
version = "git-20150310";
|
version = "1.0.2";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-git-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hoytech";
|
owner = "hoytech";
|
||||||
repo = "vmtouch";
|
repo = "vmtouch";
|
||||||
rev = "4e1b106e59942678c1e6e490e2c7ca7df50eb7a3";
|
rev = "vmtouch-${version}";
|
||||||
sha256 = "1m37gvlypyfizd33mfyfha4hhwiyfzsj8gb2h5im6wzis4j15d0y";
|
sha256 = "0m4s1am1r3qp8si3rnc8j2qc7sbf1k3gxvxr6fnpbf8fcfhh6cay";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [perl];
|
buildInputs = [perl];
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Portable file system cache diagnostics and control";
|
description = "Portable file system cache diagnostics and control";
|
||||||
longDescription = "vmtouch is a tool for learning about and controlling the file system cache of unix and unix-like systems.";
|
longDescription = "vmtouch is a tool for learning about and controlling the file system cache of unix and unix-like systems.";
|
||||||
homepage = "http://hoytech.com/vmtouch/vmtouch.html";
|
homepage = "http://hoytech.com/vmtouch/";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
maintainers = [ stdenv.lib.maintainers.garrison ];
|
maintainers = [ stdenv.lib.maintainers.garrison ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user