cura-appimage: 5.10.0 -> 5.10.1 (#415127)

Co-authored-by: pbek <patrizio@bekerle.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-09 05:01:45 +00:00 committed by GitHub
commit ac47709a2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "cura-appimage"; pname = "cura-appimage";
version = "5.10.0"; version = "5.10.1";
# Give some good names so the intermediate packages are easy # Give some good names so the intermediate packages are easy
# to recognise by name in the Nix store. # to recognise by name in the Nix store.
@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "https://github.com/Ultimaker/Cura/releases/download/${version}/Ultimaker-Cura-${version}-linux-X64.AppImage"; url = "https://github.com/Ultimaker/Cura/releases/download/${version}/Ultimaker-Cura-${version}-linux-X64.AppImage";
hash = "sha256-8Km249t0m4YnOsyXyjJJD0y4n9kUCrA/AcsqBcrVf5Q="; hash = "sha256-c89GkgfOSY4hriY66GUCgBYiiJJspM9Fg07lne+KXgw=";
}; };
appimageContents = appimageTools.extract { appimageContents = appimageTools.extract {