Unverified Commit 4b56eb00 authored by Cabia Rangris's avatar Cabia Rangris Committed by GitHub
Browse files

klipperscreen: 0.4.3 -> 0.4.4 (#343983)

parents 97411d42 86a570fd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@
, gitUpdater
}: python3.pkgs.buildPythonApplication rec {
  pname = "KlipperScreen";
  version = "0.4.3";
  version = "0.4.4";
  format = "other";

  src = fetchFromGitHub {
    owner = "jordanruthe";
    owner = "KlipperScreen";
    repo = "KlipperScreen";
    rev = "v${version}";
    hash = "sha256-6hMefH9VcNnWhKdQRs7cPVL86LEDRSLaxygmi15HdLI=";
    hash = "sha256-MxuUmkuEnfFC0iPwNUc0Wh8bIEl1J1FMgGEYMjHePZ8=";
  };

  nativeBuildInputs = [