vcv-rack, opkowa: pname-version fixes

This commit is contained in:
Patrick Hilhorst 2018-11-05 17:38:20 +01:00
parent cef08f162e
commit c63d3530ef
No known key found for this signature in database
GPG Key ID: 589BB0A8DAFEF2B2
2 changed files with 5 additions and 4 deletions

View File

@ -3,8 +3,9 @@
, libzip, rtaudio, rtmidi, speex }: , libzip, rtaudio, rtmidi, speex }:
let let
glfw-git = glfw.overrideAttrs (oldAttrs: { glfw-git = glfw.overrideAttrs (oldAttrs: rec {
name = "glfw-git-20180529"; name = "glfw-git-${version}";
version = "unstable-2018-05-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "glfw"; owner = "glfw";
repo = "glfw"; repo = "glfw";

View File

@ -26,7 +26,7 @@ in
let plugins = { let plugins = {
x770 = stdenv.mkDerivation rec { x770 = stdenv.mkDerivation rec {
name = "iscan-gt-x770-bundle"; pname = "iscan-gt-x770-bundle";
version = "1.0.1"; version = "1.0.1";
pluginVersion = "2.1.2-1"; pluginVersion = "2.1.2-1";
@ -58,7 +58,7 @@ let plugins = {
meta = common_meta // { description = "iscan esci x770 plugin for "+passthru.hw; }; meta = common_meta // { description = "iscan esci x770 plugin for "+passthru.hw; };
}; };
f720 = stdenv.mkDerivation rec { f720 = stdenv.mkDerivation rec {
name = "iscan-gt-f720-bundle"; pname = "iscan-gt-f720-bundle";
version = "1.0.1"; version = "1.0.1";
pluginVersion = "0.1.1-2"; pluginVersion = "0.1.1-2";