Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

decent-sampler: 1.13.10 -> 1.13.12

+3 -3
+3 -3
pkgs/by-name/de/decent-sampler/package.nix
··· 15 15 16 16 let 17 17 pname = "decent-sampler"; 18 - version = "1.13.10"; 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 - url = "https://www.dropbox.com/scl/fo/a0i0udw7ggfwnjoi05hh3/ACdV5vrbMrsBIUbidqizaIk/Decent_Sampler-${version}-Linux-Static-x86_64.tar.gz?rlkey=${rlkey}&dl=0"; 32 - hash = "sha256-2LyBldjsD05bMyK/aI+Ivk3f3cErRiM7GJlwOGqT9VQ="; 31 + url = "https://www.dropbox.com/scl/fo/a0i0udw7ggfwnjoi05hh3/AHLHYaQpGY3OwhYqQEd06Po/Decent_Sampler-${version}-Linux-Static-x86_64.tar.gz?rlkey=${rlkey}&dl=0"; 32 + hash = "sha256-sLaQd1AATr1mY3qhylQMkOfIIygKNwvf7K4mVqkbe8U="; 33 33 }; 34 34 35 35 nativeBuildInputs = [ copyDesktopItems ];