3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #274713 from VuiMuich/prusa-slicer/update

This commit is contained in:
Maciej Krüger 2023-12-19 11:27:33 +01:00 committed by GitHub
commit d49e1a15fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}";
};