distrho: 2018-04-16 -> unstable-2019-10-09

This commit is contained in:
Bart Brouns 2020-01-14 00:48:11 +01:00
parent c438ce12a8
commit b7be10eead

View File

@ -9,13 +9,13 @@ let
else "linux"; else "linux";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "distrho-ports"; pname = "distrho-ports";
version = "2018-04-16"; version = "unstable-2019-10-09";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "DISTRHO"; owner = "DISTRHO";
repo = "DISTRHO-Ports"; repo = "DISTRHO-Ports";
rev = version; rev = "7e62235e809e59770d0d91d2c48c3f50ce7c027a";
sha256 = "0l4zwl4mli8jzch32a1fh7c88r9q17xnkxsdw17ds5hadnxlk12v"; sha256 = "10hpsjcmk0cgcsic9r1wxyja9x6q9wb8w8254dlrnzyswl54r1f8";
}; };
configurePhase = '' configurePhase = ''