Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 404b583e2d06
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f68a89329463
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 29, 2020

  1. super-slicer: 2.2.54.1 -> 2.2.54.2

    Signed-off-by: Vladimir Serov <me@cab404.ru>
    cab404 committed Oct 29, 2020
    Copy the full SHA
    1b27fad View commit details
  2. Merge pull request #101997 from cab404/super-slicer-2-2-54-2

    super-slicer: 2.2.54.1 -> 2.2.54.2
    balsoft authored Oct 29, 2020
    Copy the full SHA
    f68a893 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/prusa-slicer/super-slicer.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/prusa-slicer/super-slicer.nix
Original file line number Diff line number Diff line change
@@ -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;
};