qmk: 1.1.6 -> 1.1.7 (#402431)

This commit is contained in:
OTABI Tomoya
2025-05-06 16:32:04 +09:00
committed by GitHub
+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; [