mslicer: 0.2.0 -> 0.2.0-unstable-2025-04-05

tip comes with a much expanded CLI for `slicer`
This commit is contained in:
2025-04-06 06:26:13 +00:00
parent c0fc8f15aa
commit dbe8747b15

View File

@@ -8,6 +8,7 @@
libxkbcommon, libxkbcommon,
# fontconfig, # fontconfig,
# freetype, # freetype,
nix-update-script,
# pango, # pango,
pkg-config, pkg-config,
rustPlatform, rustPlatform,
@@ -22,16 +23,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "mslicer"; pname = "mslicer";
version = "0.2.0"; version = "0.2.0-unstable-2025-04-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "connorslade"; owner = "connorslade";
repo = pname; repo = pname;
rev = version; rev = "fe08ef5e1f2c17b0a80bb993b423f751d7ed3c8e";
hash = "sha256-x46k1O7EqXMEwNATG4b7zHIYaMDVveRiq/Z5KPih0Fo="; hash = "sha256-PUIMy+SaqMgbTdFjA7tACoOkYw3qm7Yt4lZSZb+b7pQ=";
}; };
cargoHash = "sha256-mRbEwxR6bMkybxe7H1dX4Qa1elGiw/lSSz9sSTtp1zw="; cargoHash = "sha256-Km3MjeUQvDp+29w4d22rQ8etEmtLb+EvdQ2Q78XctnA=";
useFetchCargoVendor = true; useFetchCargoVendor = true;
buildInputs = [ buildInputs = [
@@ -94,6 +95,10 @@ rustPlatform.buildRustPackage rec {
strictDeps = true; strictDeps = true;
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];
};
meta = with lib; { meta = with lib; {
description = "An experimental open source slicer for masked stereolithography (resin) printers."; description = "An experimental open source slicer for masked stereolithography (resin) printers.";
homepage = "https://connorcode.com/projects/mslicer"; homepage = "https://connorcode.com/projects/mslicer";