Updated system

This commit is contained in:
Emmet 2024-12-07 20:10:44 -06:00
parent b2b9941c1a
commit fdbc49fac8
2 changed files with 48 additions and 46 deletions

View file

@ -122,9 +122,11 @@
libresprite
(pkgs.appimageTools.wrapType2 {
name = "Cura";
pname = "Cura";
version = "5.9.0";
src = fetchurl {
url = "https://github.com/Ultimaker/Cura/releases/download/5.8.1/UltiMaker-Cura-5.8.1-linux-X64.AppImage";
hash = "sha256-VLd+V00LhRZYplZbKkEp4DXsqAhA9WLQhF933QAZRX0=";
url = "https://github.com/Ultimaker/Cura/releases/download/5.9.0/UltiMaker-Cura-5.9.0-linux-X64.AppImage";
hash = "sha256-STtVeM4Zs+PVSRO3cI0LxnjRDhOxSlttZF+2RIXnAp4=";
};
extraPkgs = pkgs: with pkgs; [];
})