orca slicer now a flatpak

This commit is contained in:
William 2025-06-08 13:13:17 -03:00
parent adbbb9c773
commit 2265de999e
3 changed files with 14 additions and 6 deletions

8
flake.lock generated
View file

@ -405,16 +405,16 @@
}, },
"nix-flatpak": { "nix-flatpak": {
"locked": { "locked": {
"lastModified": 1739444422, "lastModified": 1749394952,
"narHash": "sha256-iAVVHi7X3kWORftY+LVbRiStRnQEob2TULWyjMS6dWg=", "narHash": "sha256-WbWkzIvB0gqAdBLghdmUpGveY7MlAS2iMj3VEJnJ9yE=",
"owner": "gmodena", "owner": "gmodena",
"repo": "nix-flatpak", "repo": "nix-flatpak",
"rev": "5e54c3ca05a7c7d968ae1ddeabe01d2a9bc1e177", "rev": "64c6e53a3999957c19ab95cda78bde466d8374cc",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "gmodena", "owner": "gmodena",
"ref": "latest", "ref": "main",
"repo": "nix-flatpak", "repo": "nix-flatpak",
"type": "github" "type": "github"
} }

View file

@ -34,7 +34,7 @@
inputs.nixpkgs.follows = "nixpkgs-stable"; inputs.nixpkgs.follows = "nixpkgs-stable";
}; };
nix-flatpak.url = "github:gmodena/nix-flatpak/latest"; nix-flatpak.url = "github:gmodena/nix-flatpak/main";
impermanence.url = "github:nix-community/impermanence"; impermanence.url = "github:nix-community/impermanence";
}; };

View file

@ -96,7 +96,7 @@
### Graphics & Design ### ### Graphics & Design ###
gimp gimp
inkscape inkscape
orca-slicer # orca-slicer
plasticity plasticity
### Gaming & Entertainment ### ### Gaming & Entertainment ###
clonehero clonehero
@ -177,6 +177,14 @@
### Office & Productivity ### ### Office & Productivity ###
### Graphics & Design ### ### Graphics & Design ###
"com.boxy_svg.BoxySVG" "com.boxy_svg.BoxySVG"
{
bundle = "${pkgs.fetchurl {
url = "https://github.com/SoftFever/OrcaSlicer/releases/download/v2.3.0/OrcaSlicer-Linux-flatpak_V2.3.0_x86_64.flatpak";
sha256 = "0hdx5sg6fknj1pfnfxvlfwb5h6y1vjr6fyajbsnjph5gkp97c6p1";
}}";
appId = "io.github.softfever.OrcaSlicer";
sha256 = "0hdx5sg6fknj1pfnfxvlfwb5h6y1vjr6fyajbsnjph5gkp97c6p1";
}
### Gaming & Entertainment ### ### Gaming & Entertainment ###
"com.github.k4zmu2a.spacecadetpinball" "com.github.k4zmu2a.spacecadetpinball"
"io.itch.itch" "io.itch.itch"