cura: 5.4.0 -> 5.5.0

This commit is contained in:
xeals 2023-10-26 10:07:50 +11:00
parent 0627c79441
commit a85aad433f
Signed by: xeals
SSH Key Fingerprint: SHA256:pRv+8swQDA+/LuZ7NHj9m006BbKexlNK62OUA01ZZBc

View File

@ -9,14 +9,14 @@
let let
pname = "cura5"; pname = "cura5";
version = "5.4.0"; version = "5.5.0";
name = "${pname}-${version}"; name = "${pname}-${version}";
cura5 = appimageTools.wrapType2 { cura5 = appimageTools.wrapType2 {
inherit pname version; inherit pname version;
src = fetchurl { src = fetchurl {
url = "https://github.com/Ultimaker/Cura/releases/download/${version}/Ultimaker-Cura-${version}-linux-modern.AppImage"; url = "https://github.com/Ultimaker/Cura/releases/download/${version}/Ultimaker-Cura-${version}-linux-X64.AppImage";
hash = "sha256-QVv7Wkfo082PH6n6rpsB79st2xK2+Np9ivBg/PYZd74="; hash = "sha256-EG5LMiDFUSXFbtRhd15egPkbp12kEp2TdUdLssSy7Jg=";
}; };
extraPkgs = _: [ ]; extraPkgs = _: [ ];
}; };