vcv-rack, opkowa: pname-version fixes

This commit is contained in:
Patrick Hilhorst
2018-11-06 00:17:05 +01:00
parent cef08f162e
commit c63d3530ef
2 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -3,8 +3,9 @@
, libzip, rtaudio, rtmidi, speex }:
let
glfw-git = glfw.overrideAttrs (oldAttrs: {
name = "glfw-git-20180529";
glfw-git = glfw.overrideAttrs (oldAttrs: rec {
name = "glfw-git-${version}";
version = "unstable-2018-05-29";
src = fetchFromGitHub {
owner = "glfw";
repo = "glfw";