Commit 492f746e authored by R. RyanTM's avatar R. RyanTM
Browse files

cura-appimage: 5.9.1 -> 5.10.0

parent 85547aa0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

stdenvNoCC.mkDerivation rec {
  pname = "cura-appimage";
  version = "5.9.1";
  version = "5.10.0";

  # Give some good names so the intermediate packages are easy
  # to recognise by name in the Nix store.
@@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation rec {

  src = fetchurl {
    url = "https://github.com/Ultimaker/Cura/releases/download/${version}/Ultimaker-Cura-${version}-linux-X64.AppImage";
    hash = "sha256-kkZGmpskFXEtTYHh62/Zyk6JBZsH5mSiQwzqrfjCrqU=";
    hash = "sha256-8Km249t0m4YnOsyXyjJJD0y4n9kUCrA/AcsqBcrVf5Q=";
  };

  appimageContents = appimageTools.extract {