mirror of
https://github.com/senseab/lmxg-mu50.git
synced 2025-06-28 01:20:59 +00:00
update mu50 bin source
This commit is contained in:
parent
03d4c06bae
commit
8dea57162a
@ -24,6 +24,7 @@
|
|||||||
formatter = treefmtEval.config.build.wrapper;
|
formatter = treefmtEval.config.build.wrapper;
|
||||||
devShell = mkShell {
|
devShell = mkShell {
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
|
p7zip
|
||||||
tokei
|
tokei
|
||||||
nil
|
nil
|
||||||
];
|
];
|
||||||
|
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://mdk.cab/download/nonmerged/mu50";
|
url = "https://web.archive.org/web/20250623025020/https://mdk.cab/download/standalone/mu50.7z";
|
||||||
sha256 = "sha256-0hzR2EWmamLJrqJ6cXaReEgd8Ha4Sf7LENpIYqcbCgs=";
|
sha256 = "sha256-ZXsMg8T2mVkpN+2oSQ7w+xTovW/WCGlydUdQrPIlECM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user