x32edit, m32edit: fix source URLs after upstream website migration (#522141)

This commit is contained in:
Christian Kögler
2026-05-20 11:02:36 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ callPackage ./generic.nix (
brand = "Midas";
type = "M32";
version = "4.4.1";
url = "https://cdn.mediavalet.com/aunsw/musictribe/Yd1JkAyxqUeqIxoRM0lWWw/uwBe453FiEKSpqZzdjvYpQ/Original/${type}-Edit_LINUX_${version}.tar.gz";
url = "https://cdn-media.empowertribe.com/9ba5bed1bc7a427cb96cef8aeb49f097/${type}-Edit_LINUX_${version}.tar.gz";
hash = "sha256-cEva2Brxo7zm3qppO+BtYIlUqV9t69j+8f6g94C4i3c=";
homepage = "https://www.midasconsoles.com/series.html?category=R-MIDAS-M32SERIES";
homepage = "https://www.midasconsoles.com/en/products/0603-AEO";
}
)
+2 -2
View File
@@ -6,8 +6,8 @@ callPackage ./generic.nix (
brand = "Behringer";
type = "X32";
version = "4.4.1";
url = "https://cdn.mediavalet.com/aunsw/musictribe/6-vOpP2lRkyNSDXgZEUbQA/FyIw4jc3bk60nseai05MBQ/Original/${type}-Edit_LINUX_${version}.tar.gz";
url = "https://cdn-media.empowertribe.com/23b991ede2e6473d916c7ac56f53d71d/${type}-Edit_LINUX_${version}.tar.gz";
hash = "sha256-HrSPDWnWF2s1U8Khj6VnLptPdcMVyTivewWAIIdArMc=";
homepage = "https://www.behringer.com/product.html?modelCode=0603-ACE";
homepage = "https://www.behringer.com/en/products/0603-ACE";
}
)