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.
1 parent a5c8476 commit f8f5cd0Copy full SHA for f8f5cd0
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