summary refs log tree commit diff
path: root/pkgs/applications/audio/vcv-rack
diff options
context:
space:
mode:
authorNathan Yong <nathyong@users.noreply.github.com>2019-08-26 09:48:00 +1000
committerNathan Yong <nathyong@users.noreply.github.com>2019-08-26 09:51:10 +1000
commita5d13ad2259a1af61a22297ec373779ebca7e324 (patch)
tree143cf4995f439932d4c799d7194ac0de6059af21 /pkgs/applications/audio/vcv-rack
parent64f6a951eb9e557e12196e58feee82e0cd09cc41 (diff)
downloadnixpkgs-a5d13ad2259a1af61a22297ec373779ebca7e324.tar
nixpkgs-a5d13ad2259a1af61a22297ec373779ebca7e324.tar.gz
nixpkgs-a5d13ad2259a1af61a22297ec373779ebca7e324.tar.bz2
nixpkgs-a5d13ad2259a1af61a22297ec373779ebca7e324.tar.lz
nixpkgs-a5d13ad2259a1af61a22297ec373779ebca7e324.tar.xz
nixpkgs-a5d13ad2259a1af61a22297ec373779ebca7e324.tar.zst
nixpkgs-a5d13ad2259a1af61a22297ec373779ebca7e324.zip
vcv-rack: 1.1.3 -> 1.1.4
Diffstat (limited to 'pkgs/applications/audio/vcv-rack')
-rw-r--r--pkgs/applications/audio/vcv-rack/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/vcv-rack/default.nix b/pkgs/applications/audio/vcv-rack/default.nix
index 2e55306029f..9a27ed302e6 100644
--- a/pkgs/applications/audio/vcv-rack/default.nix
+++ b/pkgs/applications/audio/vcv-rack/default.nix
@@ -28,13 +28,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;
   };
 
@@ -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
     # no-derivatives clause
     license = with licenses; [ bsd3 cc-by-nc-40 unfreeRedistributable ];
-    maintainers = with maintainers; [ moredread ];
+    maintainers = with maintainers; [ moredread nathyong ];
     platforms = platforms.linux;
   };
 }