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

klipper: unstable-2022-01-09 -> unstable-2022-02-07
This commit is contained in:
Bernardo Meurer 2022-02-10 08:34:03 -08:00 committed by GitHub
commit 96c6925c79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "klipper";
version = "unstable-2022-01-09";
version = "unstable-2022-02-07";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "6e6ad7b5201d3452aa605f4ae852c51239c2c7d8";
sha256 = "sha256-cflcGweEjB0xj2LhYJzyvqFSQen2vhYXlL7lz/HoGaM=";
rev = "6d7c03365ad13c4661675aaccd0a3dc5be544493";
sha256 = "sha256-xFSZkOFETGcJXA6CUCReoyNZXhDAfgKkWoeDRqueBVw=";
};
sourceRoot = "source/klippy";