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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user