Merge pull request #313399 from r-ryantm/auto-update/focuswriter

focuswriter: 1.8.7 -> 1.8.8
This commit is contained in:
Nick Cao 2024-05-21 19:00:49 -04:00 committed by GitHub
commit 53202e03cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];