about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorAlexander Bantyev <balsoft@balsoft.ru>2020-10-29 14:43:12 +0300
committerGitHub <noreply@github.com>2020-10-29 14:43:12 +0300
commitf68a89329463959606f18663c22a8c5cda993049 (patch)
treed13e796dee0062c27e4642077e4d4b6d20836533 /pkgs/applications/misc
parent404b583e2d066ee91372fe170c9b12f957832273 (diff)
parent1b27fadae0f52c576942f9ea23312d878be655e5 (diff)
Merge pull request #101997 from cab404/super-slicer-2-2-54-2
super-slicer: 2.2.54.1 -> 2.2.54.2
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/prusa-slicer/super-slicer.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/prusa-slicer/super-slicer.nix b/pkgs/applications/misc/prusa-slicer/super-slicer.nix
index 1e8f9fc99528c..2bc59e855a086 100644
--- a/pkgs/applications/misc/prusa-slicer/super-slicer.nix
+++ b/pkgs/applications/misc/prusa-slicer/super-slicer.nix
@@ -3,7 +3,7 @@
 }:
 let
   appname = "SuperSlicer";
-  version = "2.2.54.1";
+  version = "2.2.54.2";
   pname = "super-slicer";
   description = "PrusaSlicer fork with more features and faster development cycle";
   override = super: {
@@ -12,7 +12,7 @@ let
     src = fetchFromGitHub {
       owner = "supermerill";
       repo = "SuperSlicer";
-      sha256 = "sha256-0NWrck9nqAlc8xX3nTrRlnzjso4MRRjJSW7bUvCX6Y4=";
+      sha256 = "sha256-ThmsxFXI1uReK+JwpHrIWzHpBdIOP77kDjv+QaK+Azk=";
       rev = version;
     };