Merge pull request #289844 from r-ryantm/auto-update/klipper

klipper: unstable-2024-02-13 -> unstable-2024-02-17
This commit is contained in:
Bernardo Meurer 2024-02-19 10:11:03 -05:00 committed by GitHub
commit 794f226e46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "klipper"; pname = "klipper";
version = "unstable-2024-02-13"; version = "unstable-2024-02-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "KevinOConnor"; owner = "KevinOConnor";
repo = "klipper"; repo = "klipper";
rev = "1b24f6a2ad2b7527f5fc70efaf9a4055f4bef752"; rev = "28f06a104bc0cfe3a7d36db343ade5a805b3e132";
sha256 = "sha256-TdW3hsASe17A54la0s5nz800G1cMS7xKUP6VSMxTULY="; sha256 = "sha256-v2nv4g3dQTMbUKIrEJo8s66WRWXnSkWO8K+12fK/cZw=";
}; };
sourceRoot = "${src.name}/klippy"; sourceRoot = "${src.name}/klippy";