We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd748ff + 492f746 commit 1d2c6b2Copy full SHA for 1d2c6b2
pkgs/by-name/cu/cura-appimage/package.nix
@@ -13,7 +13,7 @@
13
14
stdenvNoCC.mkDerivation rec {
15
pname = "cura-appimage";
16
- version = "5.9.1";
+ version = "5.10.0";
17
18
# Give some good names so the intermediate packages are easy
19
# to recognise by name in the Nix store.
@@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation rec {
22
23
src = fetchurl {
24
url = "https://github.com/Ultimaker/Cura/releases/download/${version}/Ultimaker-Cura-${version}-linux-X64.AppImage";
25
- hash = "sha256-kkZGmpskFXEtTYHh62/Zyk6JBZsH5mSiQwzqrfjCrqU=";
+ hash = "sha256-8Km249t0m4YnOsyXyjJJD0y4n9kUCrA/AcsqBcrVf5Q=";
26
};
27
28
appimageContents = appimageTools.extract {
0 commit comments