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

klipper: 0.12.0-unstable-2024-05-27 -> 0.12.0-unstable-2024-06-05
This commit is contained in:
Nick Cao 2024-06-08 09:54:44 -04:00 committed by GitHub
commit 85747b73be
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-05-27";
version = "0.12.0-unstable-2024-06-05";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "6cd174208bd9bbd51dc0d519a26661fb926d038a";
sha256 = "sha256-mIBJtrkh+SIGx9s+ZyUcn0343HEkGN8i0N/Ap/AETVs=";
rev = "49c0ad6369670da574f550aa878ce9f6e1899e74";
sha256 = "sha256-9kzOIv5FS0+FqgrMD2rtWoX1ZbidOfrh6pOalru8HWo=";
};
sourceRoot = "${src.name}/klippy";