summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2016-08-27 21:38:48 +0200
committerGitHub <noreply@github.com>2016-08-27 21:38:48 +0200
commitc82d9e9faed470bf7574b8cd22b1a7677818be6d (patch)
tree329cf7243769f48bf53d7daf53faa7035cf67c91 /pkgs
parent7a9e04943dc82294037ec03e6eadf23d2933f821 (diff)
parent8cacdaec4b01dc89c310ac3c0ca95b912273d78b (diff)
downloadnixlib-c82d9e9faed470bf7574b8cd22b1a7677818be6d.tar
nixlib-c82d9e9faed470bf7574b8cd22b1a7677818be6d.tar.gz
nixlib-c82d9e9faed470bf7574b8cd22b1a7677818be6d.tar.bz2
nixlib-c82d9e9faed470bf7574b8cd22b1a7677818be6d.tar.lz
nixlib-c82d9e9faed470bf7574b8cd22b1a7677818be6d.tar.xz
nixlib-c82d9e9faed470bf7574b8cd22b1a7677818be6d.tar.zst
nixlib-c82d9e9faed470bf7574b8cd22b1a7677818be6d.zip
Merge pull request #17884 from garrison/vmtouch-1.1.0
vmtouch: 1.0.2 -> 1.1.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/vmtouch/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/vmtouch/default.nix b/pkgs/tools/misc/vmtouch/default.nix
index 34328b339fc7..ec2f9c63547c 100644
--- a/pkgs/tools/misc/vmtouch/default.nix
+++ b/pkgs/tools/misc/vmtouch/default.nix
@@ -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];