major refactor and reorg

This commit is contained in:
Matt Nish-Lapidus 2025-02-04 16:27:59 -05:00
parent e91cca9aeb
commit f99d2c3145
7 changed files with 15 additions and 201 deletions

View file

@ -0,0 +1,9 @@
final: prev: {
bitwig-studio-unwrapped = prev.bitwig-studio-unwrapped.overrideAttrs (old: {
src = prev.fetchurl {
name = "bitwig-studio-5.3-beta-7.deb";
url = "https://downloads-secure.bitwig.com/5.3%20Beta%207/bitwig-studio-5.3-beta-7.deb?__token__=st=1738511951.0~exp=1738512551.0~hmac=06d510d143491f9bf2444aec8b2876ea606d9208e2753dcf15710fb3c2ceb0d3&source_url=/dl/Bitwig%20Studio/5.3%20Beta%207/installer_linux/";
sha256 = "sha256-CqDDz/N3Cm4BqkOI6PYACkyXZkqIRV7A3G5q7ekrMaE=";
};
});
}