Update decentsampler
This commit is contained in:
parent
0131c6a98f
commit
e6c957a17b
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.1.1";
|
version = "1.1.3";
|
||||||
|
|
||||||
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 = "0l1msk6d9x74scq82yv4nj282aw57mgzv2wj4kknzh08xnj5a1gh";
|
sha256 = "1zd7s0hs6mwqvhbswshh3qac14jgpcirz2bm3icckk89ryyxgq4x";
|
||||||
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