Update VCV to 1.1.4

This commit is contained in:
Martin Potier 2019-09-02 14:28:32 +03:00
parent 11496aff48
commit df422e236d
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 2 additions and 2 deletions

View File

@ -48,13 +48,13 @@ let
in
with stdenv.lib; stdenv.mkDerivation rec {
name = "VCV-Rack-${version}";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "VCVRack";
repo = "Rack";
rev = "v${version}";
sha256 = "16q3x0jpwkdwwvh7rn472w7nfjf81s10z9c7bx011kk7rgk88hh2";
sha256 = "04kg0nm7w19s2zfrsxjfl3bs4sy3bzf28kzl4hayzwv480667ybx";
fetchSubmodules = true;
};