focuswriter: 1.8.7 -> 1.8.8

This commit is contained in:
R. Ryantm 2024-05-21 13:19:00 +00:00
parent 8257910e21
commit ad156d1832

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "focuswriter";
version = "1.8.7";
version = "1.8.8";
src = fetchFromGitHub {
owner = "gottcode";
repo = "focuswriter";
rev = "v${version}";
hash = "sha256-op76oHVo6yCpXzRFYAYXMCEslCgDA6jXPcgWdTeGJ+E=";
hash = "sha256-6DUUY7pqhmalxTq/LnJteQkd5Z001+kyQb/cUtmuZI4=";
};
nativeBuildInputs = [ pkg-config cmake qttools wrapQtAppsHook ];