super-slicer-latest: renamed from super-slicer-staging

This commit is contained in:
André-Patrick Bubel 2021-11-21 00:27:12 +01:00
parent 6641934fef
commit e12d98f2db
No known key found for this signature in database
GPG Key ID: 28925CBA8869FF29
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ let
versions = {
stable = { version = "2.3.56.9"; sha256 = "sha256-vv01wGQkrasKKjpGSDeDqZbd1X5/iTfGXYN5Jwz+FKE="; };
staging = { version = "2.3.57.6"; sha256 = "sha256-ZCOtVmvNXDWLo9UMzxARCp+iyRTcy/ogd5sV0k86JG8="; };
latest = { version = "2.3.57.6"; sha256 = "sha256-ZCOtVmvNXDWLo9UMzxARCp+iyRTcy/ogd5sV0k86JG8="; };
};
override = { version, sha256 }: super: {

View File

@ -28203,7 +28203,7 @@ with pkgs;
super-slicer = callPackage ../applications/misc/prusa-slicer/super-slicer.nix { };
super-slicer-staging = (callPackage ../applications/misc/prusa-slicer/super-slicer.nix { }).staging;
super-slicer-latest = (callPackage ../applications/misc/prusa-slicer/super-slicer.nix { }).latest;
snapmaker-luban = callPackage ../applications/misc/snapmaker-luban { };