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

nwg-displays: 0.3.21 -> 0.3.22 (#347226)

parents 949391d7 a9d8f664
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.21";
  version = "0.3.22";

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

  nativeBuildInputs = [