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

klipper: unstable-2023-02-20 -> unstable-2023-03-15
This commit is contained in:
Weijia Wang 2023-03-24 19:13:07 +02:00 committed by GitHub
commit 13d45b73f3
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-20";
version = "unstable-2023-03-15";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "848a78d1a548cfe28af20d5d0ab021558368cfae";
sha256 = "sha256-pSuGNBvLBJ64pm4hECign2FhtAPx6xnXlhCa2eFzrwE=";
rev = "c54d83c9f134d47f00da5ecd0d762e01748aaa59";
sha256 = "sha256-zPK1dzUFLQmno4A7jEStininVcYpUh0WAFjlAqnTLS0=";
};
sourceRoot = "source/klippy";