about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-17 10:38:45 +0800
committerGitHub <noreply@github.com>2021-12-17 10:38:45 +0800
commit2c944ec73eff01114ce2baed9af4b4dcbda34208 (patch)
tree6c22b981c93f89379610b453948efdf5ad18956f /pkgs
parentad356fa4470c1d6165014594a0269110a89ffb3b (diff)
parenta457e2d8a2674fd86170bcf50bff313784853b43 (diff)
Merge pull request #151004 from NickHu/super-slicer
super-slicer: 2.3.56.9 → 2.3.57.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/prusa-slicer/super-slicer.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/misc/prusa-slicer/super-slicer.nix b/pkgs/applications/misc/prusa-slicer/super-slicer.nix
index 9762927166110..99f1f79ce7cba 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.56.9"; sha256 = "sha256-vv01wGQkrasKKjpGSDeDqZbd1X5/iTfGXYN5Jwz+FKE="; };
-    latest = { version = "2.3.57.6"; sha256 = "sha256-ZCOtVmvNXDWLo9UMzxARCp+iyRTcy/ogd5sV0k86JG8="; };
+    stable = { version = "2.3.57.7"; sha256 = "sha256-qYvHNGuA2YDatrY/K2g5PE2gD53VXNptCaa7TpWGV7g="; };
+    latest = { version = "2.3.57.7"; sha256 = "sha256-qYvHNGuA2YDatrY/K2g5PE2gD53VXNptCaa7TpWGV7g="; };
   };
 
   override = { version, sha256 }: super: {
@@ -46,6 +46,7 @@ let
       homepage = "https://github.com/supermerili/SuperSlicer";
       license = licenses.agpl3;
       maintainers = with maintainers; [ cab404 moredread ];
+      mainProgram = "superslicer";
     };
 
     passthru = allVersions;