diff --git a/SwarselSystems.org b/SwarselSystems.org index e548c64..2857a86 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -1941,11 +1941,11 @@ The version of =cura= used to be quite outdated in nixpkgs. I am fetching a newe let cura5 = appimageTools.wrapType2 rec { - name = "cura5"; - version = "5.4.0"; + pname = "cura5"; + version = "5.9.0"; src = fetchurl { - url = "https://github.com/Ultimaker/Cura/releases/download/${version}/UltiMaker-Cura-${version}-linux-modern.AppImage"; - hash = "sha256-QVv7Wkfo082PH6n6rpsB79st2xK2+Np9ivBg/PYZd74="; + url = "https://github.com/Ultimaker/Cura/releases/download/${version}/UltiMaker-Cura-${version}-linux-X64.AppImage"; + hash = "sha256-STtVeM4Zs+PVSRO3cI0LxnjRDhOxSlttZF+2RIXnAp4="; }; extraPkgs = pkgs: with pkgs; [ ]; }; diff --git a/pkgs/cura5/default.nix b/pkgs/cura5/default.nix index 3357beb..40f985c 100644 --- a/pkgs/cura5/default.nix +++ b/pkgs/cura5/default.nix @@ -3,11 +3,11 @@ let cura5 = appimageTools.wrapType2 rec { - name = "cura5"; - version = "5.4.0"; + pname = "cura5"; + version = "5.9.0"; src = fetchurl { - url = "https://github.com/Ultimaker/Cura/releases/download/${version}/UltiMaker-Cura-${version}-linux-modern.AppImage"; - hash = "sha256-QVv7Wkfo082PH6n6rpsB79st2xK2+Np9ivBg/PYZd74="; + url = "https://github.com/Ultimaker/Cura/releases/download/${version}/UltiMaker-Cura-${version}-linux-X64.AppImage"; + hash = "sha256-STtVeM4Zs+PVSRO3cI0LxnjRDhOxSlttZF+2RIXnAp4="; }; extraPkgs = pkgs: with pkgs; [ ]; };