Skip to content

Commit 492f746

Browse files
committed
cura-appimage: 5.9.1 -> 5.10.0
1 parent 85547aa commit 492f746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cu/cura-appimage/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
stdenvNoCC.mkDerivation rec {
1515
pname = "cura-appimage";
16-
version = "5.9.1";
16+
version = "5.10.0";
1717

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

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

2828
appimageContents = appimageTools.extract {

0 commit comments

Comments
 (0)