We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a17a4a6 + f8f5cd0 commit d5afc0dCopy full SHA for d5afc0d
pkgs/applications/editors/focuswriter/default.nix
@@ -14,13 +14,13 @@
14
15
stdenv.mkDerivation rec {
16
pname = "focuswriter";
17
- version = "1.8.8";
+ version = "1.8.9";
18
19
src = fetchFromGitHub {
20
owner = "gottcode";
21
repo = "focuswriter";
22
rev = "v${version}";
23
- hash = "sha256-6DUUY7pqhmalxTq/LnJteQkd5Z001+kyQb/cUtmuZI4=";
+ hash = "sha256-FFfNjjVwi0bE6oc8LYhXrCKd+nwRQrjWzK5P4DSIIgs=";
24
};
25
26
nativeBuildInputs = [ pkg-config cmake qttools wrapQtAppsHook ];
0 commit comments