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

nwg-displays: 0.3.20 -> 0.3.21 (#343239)

parents 35e9e859 1bb41581
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.20";
  version = "0.3.21";

  src = fetchFromGitHub {
    owner = "nwg-piotr";
    repo = "nwg-displays";
    rev = "refs/tags/v${version}";
    hash = "sha256-lpXcH45BFgfRjkEHqimnHonDenm5YA6oahe4sN2wpY4=";
    hash = "sha256-aVQSWvQTRdz5R9uEXU4CvveRaPdehcL7hrXwFoPCEyI=";
  };

  nativeBuildInputs = [