nwg-displays: 0.3.8 -> 0.3.10

This commit is contained in:
Austin Horstman 2024-01-08 08:52:27 -06:00
parent 43eec87119
commit 0c0df6692d
No known key found for this signature in database

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