Merge pull request #279613 from khaneliman/nwg-displays

nwg-displays: 0.3.8 -> 0.3.10
This commit is contained in:
Nick Cao 2024-01-08 11:52:46 -05:00 committed by GitHub
commit 9e479b2d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [