vmtouch: 1.0.2 -> 1.1.0
This commit is contained in:
parent
af15e057f4
commit
8cacdaec4b
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vmtouch";
|
pname = "vmtouch";
|
||||||
version = "1.0.2";
|
version = "1.1.0";
|
||||||
name = "${pname}-git-${version}";
|
name = "${pname}-git-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hoytech";
|
owner = "hoytech";
|
||||||
repo = "vmtouch";
|
repo = "vmtouch";
|
||||||
rev = "vmtouch-${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0m4s1am1r3qp8si3rnc8j2qc7sbf1k3gxvxr6fnpbf8fcfhh6cay";
|
sha256 = "1cr8bw3favdvc3kc05n1r7f5fibqqv54bn3z2jwj70br8s5g0qx0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [perl];
|
buildInputs = [perl];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user