Merge pull request #146819 from Moredread/super-slicer-latest

super-slicer-latest: renamed from super-slicer-staging
This commit is contained in:
Alexander Bantyev 2021-11-22 01:15:19 +03:00 committed by GitHub
commit 1a02f09bbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -28206,7 +28206,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 { };