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

This commit is contained in:
Artturi 2023-02-06 19:06:11 +02:00 committed by GitHub
commit 7d69f1134d
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-01-07";
version = "unstable-2023-02-03";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "f1203d56f6bc2c84d00605a76525be4c13430324";
sha256 = "sha256-7FJ+omzXpj49AThcv0xDilIekCyehtvpvck1+nrMS70=";
rev = "5644481590a16ac5b3d8c20874f0477d5d51a963";
sha256 = "sha256-OGFVcUPw0sqTbJyrMvCxp8nER9/42ZRN4zIrpm/qh4E=";
};
sourceRoot = "source/klippy";