klipperscreen: 0.4.3 -> 0.4.4 (#343983)

This commit is contained in:
Cabia Rangris 2024-09-24 09:48:58 +04:00 committed by GitHub
commit 4b56eb0032
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
, gitUpdater , gitUpdater
}: python3.pkgs.buildPythonApplication rec { }: python3.pkgs.buildPythonApplication rec {
pname = "KlipperScreen"; pname = "KlipperScreen";
version = "0.4.3"; version = "0.4.4";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jordanruthe"; owner = "KlipperScreen";
repo = "KlipperScreen"; repo = "KlipperScreen";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-6hMefH9VcNnWhKdQRs7cPVL86LEDRSLaxygmi15HdLI="; hash = "sha256-MxuUmkuEnfFC0iPwNUc0Wh8bIEl1J1FMgGEYMjHePZ8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [