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

klipper: 0.12.0-unstable-2024-06-21 -> 0.12.0-unstable-2024-06-27
This commit is contained in:
Nick Cao 2024-06-29 09:13:05 -04:00 committed by GitHub
commit c65a60cb3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "klipper";
version = "0.12.0-unstable-2024-06-21";
version = "0.12.0-unstable-2024-06-27";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "6d70050261ec3290f3c2e4015438e4910fd430d0";
sha256 = "sha256-vN1lrFM/ifcMCZfrvfK/MDLYx0qnAMgfBW9UWdyv+MY=";
rev = "4d21ffc1d67d4aa9886cc691441afccc057b975d";
sha256 = "sha256-LvYEE3/VYgLK2c/NB4wey87025eoyADPV6w1CV/Uejs=";
};
sourceRoot = "${src.name}/klippy";