prusa-slicer: 2.7.0->2.7.1

This commit is contained in:
VuiMuich
2023-12-16 15:45:10 +01:00
parent 386647bebf
commit 98de329939
@@ -35,7 +35,6 @@
, libbgcode
, heatshrink
, catch2
, fetchpatch
, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, systemd
, wxGTK-override ? null
}:
@@ -71,12 +70,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "prusa-slicer";
version = "2.7.0";
version = "2.7.1";
src = fetchFromGitHub {
owner = "prusa3d";
repo = "PrusaSlicer";
hash = "sha256-S0z2v6knkQ+xlABB1zedEGtlxA/65X/vxLh304StfbE=";
hash = "sha256-hSHeh3qJroCFnzeoVz6LKtCK8r0ealWSFz9cW4xvSb8=";
rev = "version_${finalAttrs.version}";
};