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)
This commit is contained in:
Will Dietz 2020-01-16 11:29:56 -06:00 committed by Alyssa Ross
parent 0d5b21e9ba
commit e2cf972dd9

View File

@ -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];