nwg-displays: 0.3.22 -> 0.3.25

This commit is contained in:
R. Ryantm
2025-03-29 15:28:33 +00:00
parent 996402fc19
commit 799b7568a4
+2 -2
View File
@@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "nwg-displays";
version = "0.3.22";
version = "0.3.25";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-displays";
tag = "v${version}";
hash = "sha256-lTFei4NR8eu5/5V9MEc/k6qQYRRZkQ5m6B7Bx9xIS6c=";
hash = "sha256-Om5kz3mtrQPd5aHZwf/9BBDnPfSzMhyRp05MqX+7XzQ=";
};
nativeBuildInputs = [