Update decentsampler
This commit is contained in:
parent
ad91ac42a7
commit
213fd63de5
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "decentsampler-${version}";
|
name = "decentsampler-${version}";
|
||||||
|
|
||||||
version = "1.2.7";
|
version = "1.3.4";
|
||||||
|
|
||||||
src = requireFile rec {
|
src = requireFile rec {
|
||||||
name = "Decent_Sampler-${version}-Linux-x86_64.tar.gz";
|
name = "Decent_Sampler-${version}-Linux-x86_64.tar.gz";
|
||||||
sha256 = "0wzz69xbqcp06bggpd7g21c2lzbm3ankflcxbqpb8qp3k3z5cx2m";
|
sha256 = "095ckah45b7fma6690d5smwv9c2m1f262x6x9fs8fbad0jsrwah0";
|
||||||
message = ''
|
message = ''
|
||||||
Get ${name}, (linux version) from
|
Get ${name}, (linux version) from
|
||||||
https://www.decentsamples.com/product/decent-sampler-plugin/
|
https://www.decentsamples.com/product/decent-sampler-plugin/
|
||||||
|
|
Loading…
Reference in a new issue