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

klipper: 0.12.0-unstable-2024-08-03 -> 0.12.0-unstable-2024-08-14
This commit is contained in:
Nick Cao 2024-08-18 09:44:59 -04:00 committed by GitHub
commit d91a8f1cce
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-08-03";
version = "0.12.0-unstable-2024-08-14";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "d7d9092a920b3bd2bede4b570c66ddaa52df3f19";
sha256 = "sha256-ZCrAy3Il8kCCBvEGF29Uoo/HpZRZE8CNUaveozYwA1c=";
rev = "d81eb557d7f2aad5e22e3633fbcd53a4d60ac5d1";
sha256 = "sha256-O6W2xiG5rZzD/40ytIFo4HovKq0ml0oCV6amcAQhoUs=";
};
sourceRoot = "${src.name}/klippy";