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