klipperscreen: 0.3.2 -> 0.4.3 (#340939)

* maintainers: add saturn745

* klipperscreen: 0.3.2 -> 0.4.3

---------

Co-authored-by: Saturn745 <codeberg.sw1mx@slmail.me>
This commit is contained in:
Saturn 2024-09-10 08:04:17 +00:00 committed by GitHub
parent fe8b3aac33
commit 215204e8d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 3 deletions

View File

@ -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";

View File

@ -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";
};
}