From e2cf972dd9deb94a244bcad4961790d0037af6e6 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Thu, 16 Jan 2020 11:29:56 -0600 Subject: [PATCH] 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) --- pkgs/tools/misc/vmtouch/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/vmtouch/default.nix b/pkgs/tools/misc/vmtouch/default.nix index fda442a6729..6397a093347 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];