summary refs log tree commit diff
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2018-01-05 09:47:49 +0000
committerGitHub <noreply@github.com>2018-01-05 09:47:49 +0000
commit252171e674aa4eadbd71bdf86c07b6126d83aaf2 (patch)
tree487e63db244ac66d988b98dbe9e1aaac33ae6f44
parentb3ba9fb9e01854a953cccfb3527e8d0873d9975c (diff)
parentc4e1e1255a489e3a4829530305a931be4c1cf955 (diff)
downloadnixlib-252171e674aa4eadbd71bdf86c07b6126d83aaf2.tar
nixlib-252171e674aa4eadbd71bdf86c07b6126d83aaf2.tar.gz
nixlib-252171e674aa4eadbd71bdf86c07b6126d83aaf2.tar.bz2
nixlib-252171e674aa4eadbd71bdf86c07b6126d83aaf2.tar.lz
nixlib-252171e674aa4eadbd71bdf86c07b6126d83aaf2.tar.xz
nixlib-252171e674aa4eadbd71bdf86c07b6126d83aaf2.tar.zst
nixlib-252171e674aa4eadbd71bdf86c07b6126d83aaf2.zip
Merge pull request #33250 from bkchr/focuswriter1.6.8
focuswriter: 1.6.7 -> 1.6.8
-rw-r--r--pkgs/applications/editors/focuswriter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/focuswriter/default.nix b/pkgs/applications/editors/focuswriter/default.nix
index 10816e0a283f..4964de13986f 100644
--- a/pkgs/applications/editors/focuswriter/default.nix
+++ b/pkgs/applications/editors/focuswriter/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "focuswriter-${version}";
-  version = "1.6.7";
+  version = "1.6.8";
 
   src = fetchurl {
     url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
-    sha256 = "10rqzinr6yd6ca06rklg34kdc08a3xgygfzmprsfg7gdsybfay5z";
+    sha256 = "1d2q99xa7dhdpqkipapzi1r1mvynf70s7sgdczd59kn0d8sr3map";
   };
 
   nativeBuildInputs = [ pkgconfig qmake qttools ];