orca-slicer: fix version number (#451058)

This commit is contained in:
Yohann Boniface
2025-10-25 22:34:33 +00:00
committed by GitHub
+2 -2
View File
@@ -58,12 +58,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "orca-slicer";
version = "v2.3.1";
version = "2.3.1";
src = fetchFromGitHub {
owner = "SoftFever";
repo = "OrcaSlicer";
tag = finalAttrs.version;
tag = "v${finalAttrs.version}";
hash = "sha256-RdMBx/onLq58oI1sL0cHmF2SGDfeI9KkPPCbjyMqECI=";
};