mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
fe8b3aac33
commit
215204e8d9
@ -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";
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user