qmk: 1.1.6 -> 1.1.7

This commit is contained in:
R. Ryantm
2025-04-28 04:27:34 +00:00
parent 917ee0af83
commit b4ed4d0dd0
+2 -2
View File
@@ -14,12 +14,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "qmk";
version = "1.1.6";
version = "1.1.7";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-3ENs26vy+M7G261FPeODK+AbrI5+nBkHXCmGbuIqi1A=";
hash = "sha256-4Qhzsa5GAAeSgt7FZsRWIVO1ZB+010WtBv9SV38Xgto=";
};
nativeBuildInputs = with python3.pkgs; [