Unverified Commit c6d12f51 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

prusa-slicer: 2.9.3 -> 2.9.4 (#459555)

parents 0d79eb9e 225ceabe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,12 +62,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "prusa-slicer";
  version = "2.9.3";
  version = "2.9.4";

  src = fetchFromGitHub {
    owner = "prusa3d";
    repo = "PrusaSlicer";
    hash = "sha256-B2uHrh09xKehmxnk3I4MHIjBfB/pGgFXC6R5k10JoJY=";
    hash = "sha256-1ilgr9RaIoWvj0TDVc20XjjUUcNtnicR7KlE0ii3GQE=";
    rev = "version_${finalAttrs.version}";
  };