summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 06:25:38 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 06:25:38 -0700
commit6809540815c7b8742d6318c6d996f2473a65b721 (patch)
tree1df3041480ffcb1e15a55aa3a37dfa231f1d4afc /pkgs/applications
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixlib-6809540815c7b8742d6318c6d996f2473a65b721.tar
nixlib-6809540815c7b8742d6318c6d996f2473a65b721.tar.gz
nixlib-6809540815c7b8742d6318c6d996f2473a65b721.tar.bz2
nixlib-6809540815c7b8742d6318c6d996f2473a65b721.tar.lz
nixlib-6809540815c7b8742d6318c6d996f2473a65b721.tar.xz
nixlib-6809540815c7b8742d6318c6d996f2473a65b721.tar.zst
nixlib-6809540815c7b8742d6318c6d996f2473a65b721.zip
focuswriter: 1.6.11 -> 1.6.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/focuswriter/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.6.12 with grep in /nix/store/5vxpci5k243yxhrks31rfgmdvcmw01cz-focuswriter-1.6.12
- directory tree listing: https://gist.github.com/fe69e568c10ec79e4eaa27180b24e4c0
Diffstat (limited to 'pkgs/applications')
-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 0e4a6a5bf207..b01532ae2881 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.11";
+  version = "1.6.12";
 
   src = fetchurl {
     url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
-    sha256 = "0izbsm2vx24pnd92gf7ky8x47g324a8d16hy1s8kk3x1inxd80z1";
+    sha256 = "0vcr9dhfsdls2x493klv7w5kn08iqqfg2jwjcbz274mcnd07bpqj";
   };
 
   nativeBuildInputs = [ pkgconfig qmake qttools ];