tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vmtouch: git-20150310 -> 1.0.2
Jim Garrison
10 years ago
a900bf6e
9474d6b9
+5
-5
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
vmtouch
default.nix
+5
-5
pkgs/tools/misc/vmtouch/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "vmtouch";
5
5
-
version = "git-20150310";
6
6
-
name = "${pname}-${version}";
5
5
+
version = "1.0.2";
6
6
+
name = "${pname}-git-${version}";
7
7
8
8
src = fetchFromGitHub {
9
9
owner = "hoytech";
10
10
repo = "vmtouch";
11
11
-
rev = "4e1b106e59942678c1e6e490e2c7ca7df50eb7a3";
12
12
-
sha256 = "1m37gvlypyfizd33mfyfha4hhwiyfzsj8gb2h5im6wzis4j15d0y";
11
11
+
rev = "vmtouch-${version}";
12
12
+
sha256 = "0m4s1am1r3qp8si3rnc8j2qc7sbf1k3gxvxr6fnpbf8fcfhh6cay";
13
13
};
14
14
15
15
buildInputs = [perl];
···
19
19
meta = {
20
20
description = "Portable file system cache diagnostics and control";
21
21
longDescription = "vmtouch is a tool for learning about and controlling the file system cache of unix and unix-like systems.";
22
22
-
homepage = "http://hoytech.com/vmtouch/vmtouch.html";
22
22
+
homepage = "http://hoytech.com/vmtouch/";
23
23
license = stdenv.lib.licenses.bsd3;
24
24
maintainers = [ stdenv.lib.maintainers.garrison ];
25
25
platforms = stdenv.lib.platforms.all;