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

klipper: unstable-2024-03-25 -> unstable-2024-04-05
This commit is contained in:
Bernardo Meurer 2024-04-09 11:11:08 -04:00 committed by GitHub
commit f5296a5b38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "klipper";
version = "unstable-2024-03-25";
version = "unstable-2024-04-05";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "e37b007f67e5bdc330af45b78643f7789c789907";
sha256 = "sha256-3IkSU8RXyM8WcrEty2+rGn+K386Pi234n2LCdVi8OkI=";
rev = "01c7befacb5b71643130433f2afb3f22ece68d71";
sha256 = "sha256-zFGFhO5EYyJ0qwQN+NOaKDlEu2LIbc9JAJVxFbMDJOU=";
};
sourceRoot = "${src.name}/klippy";