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

klipper: unstable-2024-03-15 -> unstable-2024-03-19
This commit is contained in:
Bernardo Meurer 2024-03-20 11:54:22 -04:00 committed by GitHub
commit f252205323
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 = "unstable-2024-03-15";
version = "unstable-2024-03-19";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "bfb71bc2dc63f2911a11ebf580f82b1e8b2706c4";
sha256 = "sha256-djF1IOcMCBcsmVV0hgn6QMwDVClxSSithgiRvss9KQc=";
rev = "235b75be3c287a9fdcde54b347734bf6a8de2ade";
sha256 = "sha256-PTdLhoKTlvrTljAvrK8q/JF9w50kKJHkWrzdPPaSfCc=";
};
sourceRoot = "${src.name}/klippy";