nwg-displays: 0.3.25 -> 0.3.26

This commit is contained in:
R. Ryantm
2025-09-14 00:26:38 +00:00
parent ca265c1933
commit 81ce17d787
+2 -2
View File
@@ -15,14 +15,14 @@
python3Packages.buildPythonApplication rec {
pname = "nwg-displays";
version = "0.3.25";
version = "0.3.26";
format = "setuptools";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-displays";
tag = "v${version}";
hash = "sha256-Om5kz3mtrQPd5aHZwf/9BBDnPfSzMhyRp05MqX+7XzQ=";
hash = "sha256-UeALCkmDAXb/gu+Mp3xnHmUPOvYHk3LzegO2CbIh4ak=";
};
nativeBuildInputs = [