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

klipper: unstable-2023-06-23 -> unstable-2023-06-29
This commit is contained in:
Nick Cao 2023-06-30 12:09:30 +08:00 committed by GitHub
commit b763c20eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "klipper";
version = "unstable-2023-06-23";
version = "unstable-2023-06-29";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "b9247810b90938339e87056a5d0f8a7f207d4ea4";
sha256 = "sha256-FJoSQSmlrceG9NVoEx1PvcS3IX/8Eu+Q2tzgx8DJjjc=";
rev = "a96608add40e316f25f15d9c9d1c1fbd86dbbebe";
sha256 = "sha256-bGJSeWq2TN7ukStu+oiYboGnm/RHbO6N0NdZC81IQ8k=";
};
sourceRoot = "source/klippy";