Commit 91d76738 authored by R. RyanTM's avatar R. RyanTM
Browse files

klipper: unstable-2022-10-06 -> unstable-2022-10-17

parent d0f98574
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "klipper";
  version = "unstable-2022-10-06";
  version = "unstable-2022-10-17";

  src = fetchFromGitHub {
    owner = "KevinOConnor";
    repo = "klipper";
    rev = "7290c14531211d027b430f36db5645ce496be900";
    sha256 = "sha256-+BSsk2G6g4IJsbG6pggYb9vcaezqNUXEAXXAcMMhAfw=";
    rev = "0d9b2cc1fa297b9adedb14be31a8d5c8d7868681";
    sha256 = "sha256-Yiqmi4/TrxpXzVVOEEyUVqKb3Gm6/tp+S4JeajujTjc=";
  };

  sourceRoot = "source/klippy";