Merge pull request #67469 from nathyong/update-vcv-rack

vcv-rack: 1.1.3 -> 1.1.4
This commit is contained in:
Marek Mahut 2019-08-26 10:15:39 +02:00 committed by GitHub
commit bcbea53e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,13 +28,13 @@ let
in in
with stdenv.lib; stdenv.mkDerivation rec { with stdenv.lib; stdenv.mkDerivation rec {
name = "VCV-Rack-${version}"; name = "VCV-Rack-${version}";
version = "1.1.3"; version = "1.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "VCVRack"; owner = "VCVRack";
repo = "Rack"; repo = "Rack";
rev = "v${version}"; rev = "v${version}";
sha256 = "16q3x0jpwkdwwvh7rn472w7nfjf81s10z9c7bx011kk7rgk88hh2"; sha256 = "04kg0nm7w19s2zfrsxjfl3bs4sy3bzf28kzl4hayzwv480667ybx";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -78,7 +78,7 @@ with stdenv.lib; stdenv.mkDerivation rec {
# The source is BSD-3 licensed, some of the art is CC-BY-NC 4.0 or under a # The source is BSD-3 licensed, some of the art is CC-BY-NC 4.0 or under a
# no-derivatives clause # no-derivatives clause
license = with licenses; [ bsd3 cc-by-nc-40 unfreeRedistributable ]; license = with licenses; [ bsd3 cc-by-nc-40 unfreeRedistributable ];
maintainers = with maintainers; [ moredread ]; maintainers = with maintainers; [ moredread nathyong ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }