nwg-displays: 0.3.16 -> 0.3.18

This commit is contained in:
R. Ryantm 2024-05-05 10:07:04 +00:00
parent 14e704d967
commit b0636f549c

View File

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