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

klipper: unstable-2023-02-03 -> unstable-2023-02-20
This commit is contained in:
Weijia Wang 2023-03-17 12:55:06 +02:00 committed by GitHub
commit a09cf2a540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "klipper";
version = "unstable-2023-02-03";
version = "unstable-2023-02-20";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "5644481590a16ac5b3d8c20874f0477d5d51a963";
sha256 = "sha256-OGFVcUPw0sqTbJyrMvCxp8nER9/42ZRN4zIrpm/qh4E=";
rev = "848a78d1a548cfe28af20d5d0ab021558368cfae";
sha256 = "sha256-pSuGNBvLBJ64pm4hECign2FhtAPx6xnXlhCa2eFzrwE=";
};
sourceRoot = "source/klippy";