Skip to content

Commit 47f9226

Browse files
r-ryantmsternenseemann
authored andcommitted
qmk: 1.1.5 -> 1.1.6
1 parent 9486edb commit 47f9226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/qm/qmk/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
python3.pkgs.buildPythonApplication rec {
1616
pname = "qmk";
17-
version = "1.1.5";
17+
version = "1.1.6";
1818
format = "pyproject";
1919

2020
src = fetchPypi {
2121
inherit pname version;
22-
hash = "sha256-Lv48dSIwxrokuHGcO26FpWRL+PfQ3SN3V+2pt7fmCxE=";
22+
hash = "sha256-3ENs26vy+M7G261FPeODK+AbrI5+nBkHXCmGbuIqi1A=";
2323
};
2424

2525
nativeBuildInputs = with python3.pkgs; [

0 commit comments

Comments
 (0)