Unverified Commit a429a7a0 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vcv-rack: 2.5.1 -> 2.6.0 (#377605)

parents 588d10a1 21283998
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ let
in
stdenv.mkDerivation rec {
  pname = "vcv-rack";
  version = "2.5.1";
  version = "2.6.0";

  desktopItems = [
    (makeDesktopItem {
@@ -143,8 +143,8 @@ stdenv.mkDerivation rec {
  src = fetchFromGitHub {
    owner = "VCVRack";
    repo = "Rack";
    rev = "v${version}";
    sha256 = "1q2bwjfn6crk9lyd6m3py0v754arw1xgpv5kkj6ka1bc2yz839qh";
    tag = "v${version}";
    hash = "sha256-leI0wwhYiA8qktJFe6DuZjs6q5tMFQ4WFLD4Ivom5+E=";
  };

  patches = [