Skip to content

Commit d5afc0d

Browse files
authored
focuswriter: 1.8.8 -> 1.8.9 (#348597)
2 parents a17a4a6 + f8f5cd0 commit d5afc0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/editors/focuswriter/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
stdenv.mkDerivation rec {
1616
pname = "focuswriter";
17-
version = "1.8.8";
17+
version = "1.8.9";
1818

1919
src = fetchFromGitHub {
2020
owner = "gottcode";
2121
repo = "focuswriter";
2222
rev = "v${version}";
23-
hash = "sha256-6DUUY7pqhmalxTq/LnJteQkd5Z001+kyQb/cUtmuZI4=";
23+
hash = "sha256-FFfNjjVwi0bE6oc8LYhXrCKd+nwRQrjWzK5P4DSIIgs=";
2424
};
2525

2626
nativeBuildInputs = [ pkg-config cmake qttools wrapQtAppsHook ];

0 commit comments

Comments
 (0)