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:
parent
eda06294c4
commit
8513438f5a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "parlatype";
|
pname = "parlatype";
|
||||||
version = "v1.6-beta";
|
version = "1.6-beta";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gkarsay";
|
owner = "gkarsay";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user