tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
decent-sampler: 1.13.10 -> 1.13.12
John Garcia
4 months ago
4363be92
4dd2da01
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
de
decent-sampler
package.nix
+3
-3
pkgs/by-name/de/decent-sampler/package.nix
···
15
15
16
16
let
17
17
pname = "decent-sampler";
18
18
-
version = "1.13.10";
18
18
+
version = "1.13.12";
19
19
rlkey = "orvjprslmwn0dkfs0ncx6nxnm";
20
20
21
21
icon = fetchurl {
···
28
28
29
29
src = fetchzip {
30
30
# dropbox links: https://www.dropbox.com/sh/dwyry6xpy5uut07/AABBJ84bjTTSQWzXGG5TOQpfa\
31
31
-
url = "https://www.dropbox.com/scl/fo/a0i0udw7ggfwnjoi05hh3/ACdV5vrbMrsBIUbidqizaIk/Decent_Sampler-${version}-Linux-Static-x86_64.tar.gz?rlkey=${rlkey}&dl=0";
32
32
-
hash = "sha256-2LyBldjsD05bMyK/aI+Ivk3f3cErRiM7GJlwOGqT9VQ=";
31
31
+
url = "https://www.dropbox.com/scl/fo/a0i0udw7ggfwnjoi05hh3/AHLHYaQpGY3OwhYqQEd06Po/Decent_Sampler-${version}-Linux-Static-x86_64.tar.gz?rlkey=${rlkey}&dl=0";
32
32
+
hash = "sha256-sLaQd1AATr1mY3qhylQMkOfIIygKNwvf7K4mVqkbe8U=";
33
33
};
34
34
35
35
nativeBuildInputs = [ copyDesktopItems ];