klipper: unstable-2021-01-31 -> unstable-2021-07-15

This commit is contained in:
Zhaofeng Li 2021-07-18 21:34:45 -07:00
parent b59c06dc92
commit 942d45f74e

View file

@ -5,14 +5,14 @@
, unstableGitUpdater , unstableGitUpdater
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "klipper"; pname = "klipper";
version = "unstable-2021-01-31"; version = "unstable-2021-07-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "KevinOConnor"; owner = "KevinOConnor";
repo = "klipper"; repo = "klipper";
rev = "ef4d9c3abd30ae8a485020fd9ff2fb4529a143b3"; rev = "dafb74e3aba707db364ed773bb2135084ac0fffa";
sha256 = "sha256-puAkSGL0DD0JUWejPdzr7zKIW2UP2soBBtgm2msUKzA="; sha256 = "sha256-wF5I8Mo89ohhysBRDMtkCDbCW9SKWrdYdbifmxCPJBc=";
}; };
# We have no LTO on i686 since commit 22284b0 # We have no LTO on i686 since commit 22284b0
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "The Klipper 3D printer firmware"; description = "The Klipper 3D printer firmware";
homepage = "https://github.com/KevinOConnor/klipper"; homepage = "https://github.com/KevinOConnor/klipper";
maintainers = with maintainers; [ lovesegfault ]; maintainers = with maintainers; [ lovesegfault zhaofengli ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3Only; license = licenses.gpl3Only;
}; };