about summary refs log tree commit diff
path: root/pkgs/tools/misc/vmtouch
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2020-01-16 11:29:56 -0600
committerAlyssa Ross <hi@alyssa.is>2020-01-16 21:38:47 +0000
commite2cf972dd9deb94a244bcad4961790d0037af6e6 (patch)
tree8ae4eac3a6338d70ef7d984f06d23c0d26a94461 /pkgs/tools/misc/vmtouch
parent0d5b21e9ba30e74c1557cc0dd851a956fc226429 (diff)
vmtouch: 1.3.0 -> 1.3.1
Also fixup pname/name, and drop '-git-' in the middle of the two.
(missed when moving off git revisions)
Diffstat (limited to 'pkgs/tools/misc/vmtouch')
-rw-r--r--pkgs/tools/misc/vmtouch/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/tools/misc/vmtouch/default.nix b/pkgs/tools/misc/vmtouch/default.nix
index fda442a672948..6397a09334761 100644
--- a/pkgs/tools/misc/vmtouch/default.nix
+++ b/pkgs/tools/misc/vmtouch/default.nix
@@ -2,14 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "vmtouch";
-  version = "1.3.0";
-  name = "${pname}-git-${version}";
+  version = "1.3.1";
 
   src = fetchFromGitHub {
     owner = "hoytech";
     repo = "vmtouch";
     rev = "v${version}";
-    sha256 = "0xpigfpwidk25k605y2m2g1952nzl5fgp0wn65hhn7hbra7srglf";
+    sha256 = "08da6apzfkfjwasn4dxrlfxqfx7arl28apdzac5nvm0fhvws0dxk";
   };
 
   buildInputs = [perl];