mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
vmtouch: 1.0.2 -> 1.1.0
This commit is contained in:
parent
af15e057f4
commit
8cacdaec4b
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user