m/x32edit: fix source urls

This commit is contained in:
Rouven Seifert 2023-05-12 11:56:19 +02:00
parent c17a5d7082
commit 518b25708a
No known key found for this signature in database
GPG Key ID: B95E8FE6B11C4D09
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/bin
cp ${pname} $out/bin
cp ${type}-Edit $out/bin/${pname}
'';
preFixup = let
# we prepare our library path in the let clause to avoid it become part of the input of mkDerivation

View File

@ -4,7 +4,7 @@ callPackage ./generic.nix (args // rec {
brand = "Midas";
type = "M32";
version = "4.1";
url = "https://mediadl.musictribe.com/download/software/midas_${type}/${type}-Edit_LINUX_64-Bit_${version}.tar.gz";
url = "https://mediadl.musictribe.com/download/software/midas_${type}/${type}-Edit_LINUX_${version}.tar.gz";
sha256 = "0aqhdrxqa49liyvbbw5x32kwk0h1spzvmizmdxklrfs64vvr9bvh";
homepage = "https://midasconsoles.com/midas/product?modelCode=P0B3I";
})

View File

@ -4,7 +4,7 @@ callPackage ./generic.nix (args // rec {
brand = "Behringer";
type = "X32";
version = "4.1";
url = "https://mediadl.musictribe.com/download/software/behringer/${type}/${type}-Edit_LINUX_64-Bit_${version}.tar.gz";
url = "https://mediadl.musictribe.com/download/software/behringer/${type}/${type}-Edit_LINUX_${version}.tar.gz";
sha256 = "0zsw7qfmcci87skkpq8vx5zxk35phn8y4byispvki9ascifnnb33";
homepage = "https://www.behringer.com/behringer/product?modelCode=P0ASF";
})