summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-04-21 11:40:38 +0100
committerGitHub <noreply@github.com>2018-04-21 11:40:38 +0100
commitf27b83fd7e37606f71a0a41a46d8a218634c9816 (patch)
treeeae94bab64d6ba934729f6c8ab79c7e2f9f6b12b /pkgs/applications
parent7c7bd9bb2c4262db6530ceb41f7162f7734145a6 (diff)
parent6809540815c7b8742d6318c6d996f2473a65b721 (diff)
downloadnixlib-f27b83fd7e37606f71a0a41a46d8a218634c9816.tar
nixlib-f27b83fd7e37606f71a0a41a46d8a218634c9816.tar.gz
nixlib-f27b83fd7e37606f71a0a41a46d8a218634c9816.tar.bz2
nixlib-f27b83fd7e37606f71a0a41a46d8a218634c9816.tar.lz
nixlib-f27b83fd7e37606f71a0a41a46d8a218634c9816.tar.xz
nixlib-f27b83fd7e37606f71a0a41a46d8a218634c9816.tar.zst
nixlib-f27b83fd7e37606f71a0a41a46d8a218634c9816.zip
Merge pull request #39244 from r-ryantm/auto-update/focuswriter
focuswriter: 1.6.11 -> 1.6.12
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 ];