From 215204e8d9c62c291894274fa47c8078314b8cfa Mon Sep 17 00:00:00 2001 From: Saturn <90934664+Saturn745@users.noreply.github.com> Date: Tue, 10 Sep 2024 08:04:17 +0000 Subject: [PATCH] klipperscreen: 0.3.2 -> 0.4.3 (#340939) * maintainers: add saturn745 * klipperscreen: 0.3.2 -> 0.4.3 --------- Co-authored-by: Saturn745 --- maintainers/maintainer-list.nix | 7 +++++++ pkgs/applications/misc/klipperscreen/default.nix | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 156f700c49a3..dfcbe955346b 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -18547,6 +18547,13 @@ githubId = 695473; name = "Sascha Grunert"; }; + saturn745 = { + email = "git-commits.rk7uq@aleeas.com"; + github = "saturn745"; + githubId = 90934664; + name = "Saturn745"; + matrix = "@galaxyyy:matrix.org"; + }; saulecabrera = { name = "Saúl Cabrera"; email = "saulecabrera@gmail.com"; diff --git a/pkgs/applications/misc/klipperscreen/default.nix b/pkgs/applications/misc/klipperscreen/default.nix index 5364d090f75d..fea8dbc80e23 100644 --- a/pkgs/applications/misc/klipperscreen/default.nix +++ b/pkgs/applications/misc/klipperscreen/default.nix @@ -6,14 +6,14 @@ , gitUpdater }: python3.pkgs.buildPythonApplication rec { pname = "KlipperScreen"; - version = "0.3.2"; + version = "0.4.3"; format = "other"; src = fetchFromGitHub { owner = "jordanruthe"; repo = "KlipperScreen"; rev = "v${version}"; - hash = "sha256-LweO5EVWr3OxziHrjtQDdWyUBCVUJ17afkw7RCZWgcg="; + hash = "sha256-6hMefH9VcNnWhKdQRs7cPVL86LEDRSLaxygmi15HdLI="; }; nativeBuildInputs = [ @@ -49,7 +49,7 @@ description = "Touchscreen GUI for the Klipper 3D printer firmware"; homepage = "https://github.com/jordanruthe/KlipperScreen"; license = licenses.agpl3Only; - maintainers = with maintainers; [ cab404 ]; + maintainers = with maintainers; [ cab404 saturn745 ]; mainProgram = "KlipperScreen"; }; }