Update vcv
This commit is contained in:
parent
cdd8957e70
commit
4b4ce642b7
1 changed files with 2 additions and 2 deletions
|
@ -57,13 +57,13 @@ in
|
|||
# for those plugins which were built with v11
|
||||
with lib; gcc11Stdenv.mkDerivation rec {
|
||||
pname = "VCV-Rack";
|
||||
version = "2.0.5";
|
||||
version = "2.0.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "VCVRack";
|
||||
repo = "Rack";
|
||||
rev = "v${version}";
|
||||
sha256 = "suOZcjPZbHm0zsMASIQdKSeh/OYvkj77XSEa9LYdXEQ=";
|
||||
sha256 = "vvGx8tnE7gMiboVUTywIzBB1q/IfiJ8TPnSHvmfHUQg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue