Merge pull request #17884 from garrison/vmtouch-1.1.0

vmtouch: 1.0.2 -> 1.1.0
This commit is contained in:
Joachim F 2016-08-27 21:38:48 +02:00 committed by GitHub
commit c82d9e9fae

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "vmtouch";
version = "1.0.2";
version = "1.1.0";
name = "${pname}-git-${version}";
src = fetchFromGitHub {
owner = "hoytech";
repo = "vmtouch";
rev = "vmtouch-${version}";
sha256 = "0m4s1am1r3qp8si3rnc8j2qc7sbf1k3gxvxr6fnpbf8fcfhh6cay";
rev = "v${version}";
sha256 = "1cr8bw3favdvc3kc05n1r7f5fibqqv54bn3z2jwj70br8s5g0qx0";
};
buildInputs = [perl];