Unverified Commit 9e479b2d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #279613 from khaneliman/nwg-displays

nwg-displays: 0.3.8 -> 0.3.10
parents b1411a07 0c0df669
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 = [