about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAlexander Bantyev <balsoft@balsoft.ru>2022-04-10 01:02:15 +0300
committerGitHub <noreply@github.com>2022-04-10 01:02:15 +0300
commitc2b6e029cd1efa0efd37daab89264ef040ae5669 (patch)
tree124a79ba3894f709a85dc661da69adfa9d7a34e0 /pkgs
parentc8a60fed9af4c87d1a4404ad70eb51f75b851300 (diff)
parentdedab357c81905e785d13a7162c58d9b6e797eda (diff)
Merge pull request #167711 from cab404/superslicer-235712
super-slicer: 2.3.57.10 -> 2.3.57.12
Diffstat (limited to 'pkgs')
-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 c3037f0da8d26..41ba786227087 100644
--- a/pkgs/applications/misc/prusa-slicer/super-slicer.nix
+++ b/pkgs/applications/misc/prusa-slicer/super-slicer.nix
@@ -5,8 +5,8 @@ let
   description = "PrusaSlicer fork with more features and faster development cycle";
 
   versions = {
-    stable = { version = "2.3.57.10"; sha256 = "sha256-/1oZgmZpRoizVpklKaI12qP4bVIGYyVpybmuCIz3Y0M="; };
-    latest = { version = "2.3.57.10"; sha256 = "sha256-/1oZgmZpRoizVpklKaI12qP4bVIGYyVpybmuCIz3Y0M="; };
+    stable = { version = "2.3.57.12"; sha256 = "sha256-lePhDRHI++9zs54bTt2/Lu6ZQ7egjJCWb752aI0s7Mw=="; };
+    latest = { version = "2.3.57.12"; sha256 = "sha256-lePhDRHI++9zs54bTt2/Lu6ZQ7egjJCWb752aI0s7Mw=="; };
   };
 
   override = { version, sha256 }: super: {