Unverified Commit 0c0df669 authored by Austin Horstman's avatar Austin Horstman
Browse files

nwg-displays: 0.3.8 -> 0.3.10

parent 43eec871
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

python310Packages.buildPythonApplication rec {
  pname = "nwg-displays";
  version = "0.3.8";
  version = "0.3.10";

  src = fetchFromGitHub {
    owner = "nwg-piotr";
    repo = "nwg-displays";
    rev = "v${version}";
    hash = "sha256-9v5TQTliUEnynoGDf1UXsQ9Ym7x2gPmx4QiRJH5BId4=";
    hash = "sha256-clL34Ewzf0sJEWiye4L4e1RrPFIHkmotLpPaibGvVY4=";
  };

  nativeBuildInputs = [