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

Merge pull request #309239 from r-ryantm/auto-update/nwg-displays

nwg-displays: 0.3.16 -> 0.3.18
parents 0852ebcd b0636f54
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.16";
  version = "0.3.18";

  src = fetchFromGitHub {
    owner = "nwg-piotr";
    repo = "nwg-displays";
    rev = "refs/tags/v${version}";
    hash = "sha256-rnaBYDGEsc8oGw4yZ60NQFbNf+L0tmHYDYf+UDoDmSI=";
    hash = "sha256-wf72x3lXNAJ6Y4zJmYgwJrL1gWJBvTYUcXasT5zlXCM=";
  };

  nativeBuildInputs = [