qmk: 1.1.7 -> 1.1.8

This commit is contained in:
R. Ryantm
2025-06-02 06:01:06 +00:00
parent f9969bf7f6
commit eea8fa322e
+2 -2
View File
@@ -15,12 +15,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "qmk";
version = "1.1.7";
version = "1.1.8";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-4Qhzsa5GAAeSgt7FZsRWIVO1ZB+010WtBv9SV38Xgto=";
hash = "sha256-C0Jra/IK61tngGsuEnMD4mySRc/iZVgdYEbMXtwpBZ0=";
};
nativeBuildInputs = with python3.pkgs; [