Loading pkgs/by-name/cu/cura-appimage/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation rec { pname = "cura-appimage"; version = "5.11.0"; version = "5.12.0"; # Give some good names so the intermediate packages are easy # to recognise by name in the Nix store. Loading @@ -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-us375gxVrGqGem2Et2VNRm6T389JxzPm1TScerlia9k="; hash = "sha256-0eO7g061SBr78rn+oLqxo9TWyYAFjAy2pjteIjAzaAI="; }; appimageContents = appimageTools.extract { Loading Loading
pkgs/by-name/cu/cura-appimage/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation rec { pname = "cura-appimage"; version = "5.11.0"; version = "5.12.0"; # Give some good names so the intermediate packages are easy # to recognise by name in the Nix store. Loading @@ -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-us375gxVrGqGem2Et2VNRm6T389JxzPm1TScerlia9k="; hash = "sha256-0eO7g061SBr78rn+oLqxo9TWyYAFjAy2pjteIjAzaAI="; }; appimageContents = appimageTools.extract { Loading