m32-edit: 4.4 -> 4.4.1, x32-edit: 4.4 -> 4.4.1 (#462742)
This commit is contained in:
@@ -73,12 +73,12 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
inherit homepage;
|
||||
description = "Editor for the ${brand} ${type} digital mixer";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.magnetophon ];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.unfree;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ magnetophon ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,9 +5,9 @@ callPackage ./generic.nix (
|
||||
// rec {
|
||||
brand = "Midas";
|
||||
type = "M32";
|
||||
version = "4.4";
|
||||
url = "https://cdn.mediavalet.com/aunsw/musictribe/bpXmqFLKmkCfv8Xfp2fzGA/p_73LRnDKUyTLCRF8SiAhg/Original/${type}-Edit_LINUX_${version}.tar.gz";
|
||||
hash = "sha256-/rzTIRYP982upiyPlg1B5L+ggSFb5jfmGKAQGhKghaA=";
|
||||
homepage = "https://midasconsoles.com/midas/product?modelCode=P0B3I";
|
||||
version = "4.4.1";
|
||||
url = "https://cdn.mediavalet.com/aunsw/musictribe/Yd1JkAyxqUeqIxoRM0lWWw/uwBe453FiEKSpqZzdjvYpQ/Original/${type}-Edit_LINUX_${version}.tar.gz";
|
||||
hash = "sha256-cEva2Brxo7zm3qppO+BtYIlUqV9t69j+8f6g94C4i3c=";
|
||||
homepage = "https://www.midasconsoles.com/series.html?category=R-MIDAS-M32SERIES";
|
||||
}
|
||||
)
|
||||
|
||||
@@ -5,9 +5,9 @@ callPackage ./generic.nix (
|
||||
// rec {
|
||||
brand = "Behringer";
|
||||
type = "X32";
|
||||
version = "4.4";
|
||||
url = "https://cdn.mediavalet.com/aunsw/musictribe/or9fQ8syH0ShGn-Pei63wQ/POJZwJV4MkWLkgr0ex3f6Q/Original/${type}-Edit_LINUX_${version}.tar.gz";
|
||||
hash = "sha256-OOh0UnaKes8U2vNkavsCQF9021lFMPLX1gU1ENaWZHs=";
|
||||
homepage = "https://www.behringer.com/behringer/product?modelCode=P0ASF";
|
||||
version = "4.4.1";
|
||||
url = "https://cdn.mediavalet.com/aunsw/musictribe/6-vOpP2lRkyNSDXgZEUbQA/FyIw4jc3bk60nseai05MBQ/Original/${type}-Edit_LINUX_${version}.tar.gz";
|
||||
hash = "sha256-HrSPDWnWF2s1U8Khj6VnLptPdcMVyTivewWAIIdArMc=";
|
||||
homepage = "https://www.behringer.com/product.html?modelCode=0603-ACE";
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user