Update pkgs/applications/audio/parlatype/default.nix

Removing the leading 'v' on the version attribute.

Co-Authored-By: melchips <melchips@users.noreply.github.com>
This commit is contained in:
Ryan Mulligan
2019-03-15 10:14:59 +01:00
committed by GitHub
parent eda06294c4
commit 8513438f5a

View File

@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "parlatype";
version = "v1.6-beta";
version = "1.6-beta";
src = fetchFromGitHub {
owner = "gkarsay";