mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
Merge pull request #51209 from Moredread/slic3r-prusa3d/1.41.2
slic3r-prusa3d: 1.41.1 -> 1.41.2
This commit is contained in:
commit
5df783f106
|
@ -33,7 +33,7 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "slic3r-prusa-edition-${version}";
|
||||
version = "1.41.1";
|
||||
version = "1.41.2";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "prusa3d";
|
||||
repo = "Slic3r";
|
||||
sha256 = "0crjrll8cjpkllval6abrqzvzp8g3rnb4vmwi5vivw0jvdv3w5y7";
|
||||
sha256 = "046ircwc0wr586v7106ys557ypslmyq9p4qgi34ads1d6bgxhlyy";
|
||||
rev = "version_${version}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue