mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Updated system
This commit is contained in:
parent
b2b9941c1a
commit
fdbc49fac8
2 changed files with 48 additions and 46 deletions
|
@ -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; [];
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue