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
|
# for those plugins which were built with v11
|
||||||
with lib; gcc11Stdenv.mkDerivation rec {
|
with lib; gcc11Stdenv.mkDerivation rec {
|
||||||
pname = "VCV-Rack";
|
pname = "VCV-Rack";
|
||||||
version = "2.0.5";
|
version = "2.0.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "VCVRack";
|
owner = "VCVRack";
|
||||||
repo = "Rack";
|
repo = "Rack";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "suOZcjPZbHm0zsMASIQdKSeh/OYvkj77XSEa9LYdXEQ=";
|
sha256 = "vvGx8tnE7gMiboVUTywIzBB1q/IfiJ8TPnSHvmfHUQg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue