diff --git a/pkgs/servers/klipper/default.nix b/pkgs/servers/klipper/default.nix index a906059b1970..dbcdad040709 100644 --- a/pkgs/servers/klipper/default.nix +++ b/pkgs/servers/klipper/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "klipper"; - version = "unstable-2023-04-24"; + version = "unstable-2023-06-21"; src = fetchFromGitHub { owner = "KevinOConnor"; repo = "klipper"; - rev = "b17ae55f5bd3a079ab3626b1e6fd5c60416e6ba0"; - sha256 = "sha256-e1luOJdTeSB/UNl/W91tBuuQ5f2fKfo1CSMQiE+A1T4="; + rev = "d32a83345518f4bb632bef9ca2de669b35f0e555"; + sha256 = "sha256-XpAUv4NVERVGxV4lk6u15lIIce8ZrYf9uN3fdL5xolI="; }; sourceRoot = "source/klippy"; @@ -25,7 +25,7 @@ stdenv.mkDerivation rec { makeWrapper ]; - buildInputs = [ (python3.withPackages (p: with p; [ cffi pyserial greenlet jinja2 markupsafe numpy ])) ]; + buildInputs = [ (python3.withPackages (p: with p; [ can cffi pyserial greenlet jinja2 markupsafe numpy ])) ]; # we need to run this to prebuild the chelper. postBuild = ''