nwg-displays: 0.3.13 -> 0.3.14

This commit is contained in:
R. Ryantm 2024-03-03 04:55:46 +00:00
parent af9110471a
commit f95e9e09b3

View File

@ -14,13 +14,13 @@
python310Packages.buildPythonApplication rec {
pname = "nwg-displays";
version = "0.3.13";
version = "0.3.14";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-displays";
rev = "refs/tags/v${version}";
hash = "sha256-ZXEnlcifwJTnpSKVET/ThIA0NHLP9fQTIM2bQbJ7qZ8=";
hash = "sha256-jSL+ig1mNJrnHli8B+BqvEG8jcC0gnxzbukiYgt3nP0=";
};
nativeBuildInputs = [