orca-slicer: 1.9.1 -> 2.0.0

This commit is contained in:
Pablo Ovelleiro Corral 2024-03-31 13:13:50 +02:00
parent b34e878675
commit 55b4583c4f
No known key found for this signature in database
GPG Key ID: 29E9A6ED72CCB334
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub, makeDesktopItem, bambu-studio }:
bambu-studio.overrideAttrs (finalAttrs: previousAttrs: {
version = "1.9.1";
version = "2.0.0";
pname = "orca-slicer";
# Don't inherit patches from bambu-studio
@ -13,7 +13,7 @@ bambu-studio.overrideAttrs (finalAttrs: previousAttrs: {
owner = "SoftFever";
repo = "OrcaSlicer";
rev = "v${finalAttrs.version}";
hash = "sha256-+JYUpyEr3xraJEb1wDkyle+jAQiNE+AMUTT1fhh4Clw=";
hash = "sha256-YlLDUH3ODIfax5QwnsVJi1JjZ9WtxP3ssqRP1C4d4bw=";
};
meta = with lib; {