bitwig3: 3.0 -> 3.0.3
This commit is contained in:
parent
54a55c14a7
commit
4b6fbab46e
1 changed files with 3 additions and 7 deletions
|
@ -2,17 +2,13 @@
|
|||
|
||||
bitwig-studio2.overrideAttrs (oldAttrs: rec {
|
||||
name = "bitwig-studio-${version}";
|
||||
version = "3.0";
|
||||
version = "3.0.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://downloads.bitwig.com/stable/${version}/bitwig-studio-${version}.deb";
|
||||
# sha256 = "1l19z6pfhr15cybqnj01nhq9wsqyfbrj5q6ksym3irwn2k0hp1jp"; # suppose to be the correct sha
|
||||
sha256 = "0p7wi1srfzalb0rl94vqppfbnxdfwqzgg5blkdwkf4sx977aihpv";
|
||||
url = "https://downloads.bitwig.com/stable/${version}/bitwig-studio-${version}.deb";
|
||||
sha256 = "162l95imq2fb4blfkianlkymm690by9ri73xf9zigknqf0gacgsa";
|
||||
};
|
||||
|
||||
buildInputs = bitwig-studio2.buildInputs ++ [ ];
|
||||
|
||||
#binPath = stdenv.lib.makeBinPath [
|
||||
# ffmpeg xdg_utils zenity
|
||||
#];
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue