nwg-displays: 0.4.0 -> 0.4.1 (#518827)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-11 13:45:07 +00:00
committed by GitHub
+2 -2
View File
@@ -15,14 +15,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "nwg-displays";
version = "0.4.0";
version = "0.4.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-displays";
tag = "v${finalAttrs.version}";
hash = "sha256-e1vAVJ6wsPWbKWnVQcp1f1Z+TP3whoMHopN0N0aS9fE=";
hash = "sha256-07rsLClG4OIErzC+6qnFHn9cwa2XBYl5diN0KUglh/g=";
};
nativeBuildInputs = [