fix: replace deprecated appimageTools.extractType2 with extract
Also bumps the buzz input (0.5.18 -> 0.5.20), which pulls rust-overlay fd2ebb9 where the stdenv.isLinux/isDarwin reads were migrated to stdenv.hostPlatform — eliminating evaluation warnings.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
url = "https://next-assets.msty.studio/app/alpha/linux/MstyStudio_x86_64.AppImage";
|
||||
sha256 = "sha256-zJcGK7QEL3ROgVJy13mMdY/437H3Zx8EwSXy7rEhV9w=";
|
||||
};
|
||||
appimageContents = appimageTools.extractType2 {inherit pname version src;};
|
||||
appimageContents = appimageTools.extract {inherit pname version src;};
|
||||
in
|
||||
appimageTools.wrapType2 {
|
||||
inherit pname version src;
|
||||
|
||||
Reference in New Issue
Block a user