vcv-rack: 2.5.1 -> 2.6.0

This commit is contained in:
liberodark
2025-02-03 09:33:39 +01:00
parent 2a512b60bc
commit 21283998ed
+3 -3
View File
@@ -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 = [