update system

This commit is contained in:
2024-08-18 15:20:52 +02:00
parent a060be6995
commit c6082902a4
6 changed files with 30 additions and 24 deletions

View File

@@ -5,9 +5,9 @@
}:
appimageTools.wrapType2 rec {
name = "cura";
version = "5.6.0";
version = "5.8.0";
src = fetchurl {
url = "https://github.com/Ultimaker/Cura/releases/download/${version}/UltiMaker-Cura-${version}-linux-X64.AppImage";
hash = "sha256-EHiWoNpLKHPzv6rZrtNgEr7y//iVcRYeV/TaCn8QpEA=";
hash = "sha256-EojVAe+o43W80ES5BY3QgGRTxztwS+B6kIOfJOtULOg=";
};
}