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:
2026-08-31 11:44:50 +02:00
parent db370d849a
commit 8f2d1beba3
4 changed files with 13 additions and 34 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
else "sha256-I9ayBQDOjfcXMLDza5TsUzN8hujhgVk5E71IabPpiPM=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
appimageContents = appimageTools.extract {inherit pname version src;};
in
appimageTools.wrapType2 {
inherit pname version src;