mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
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:
parent
0d5b21e9ba
commit
e2cf972dd9
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user