1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

vmtouch: 1.0.2 -> 1.1.0

This commit is contained in:
Jim Garrison 2016-08-21 02:20:12 -04:00
parent af15e057f4
commit 8cacdaec4b

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];