focuswriter: 1.8.5 -> 1.8.6

This commit is contained in:
R. Ryantm 2024-01-17 06:37:43 +00:00
parent 8a62b7cbc0
commit 8c08a3b85f

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "focuswriter";
version = "1.8.5";
version = "1.8.6";
src = fetchFromGitHub {
owner = "gottcode";
repo = "focuswriter";
rev = "v${version}";
hash = "sha256-6wvTlC/NCCcN2jpwqtoOsCln3ViY/vj7NpMsbYHBGiI=";
hash = "sha256-z3DQaMgaTjzj2Oh1QI7A5v9G7GxjlGj/7jInxH/tDaY=";
};
nativeBuildInputs = [ pkg-config cmake qttools wrapQtAppsHook ];