summary refs log tree commit diff
path: root/pkgs/applications/editors/focuswriter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-21 18:56:13 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-21 18:56:13 -0700
commit7968bf49352807ead99c1d6e568767a4e2855c3d (patch)
treec3830107a3fd6975f865033bbf0e028118ce7d8c /pkgs/applications/editors/focuswriter
parent1ae2f10642ea00a423354dd3176c55e47dbf3f6e (diff)
downloadnixpkgs-7968bf49352807ead99c1d6e568767a4e2855c3d.tar
nixpkgs-7968bf49352807ead99c1d6e568767a4e2855c3d.tar.gz
nixpkgs-7968bf49352807ead99c1d6e568767a4e2855c3d.tar.bz2
nixpkgs-7968bf49352807ead99c1d6e568767a4e2855c3d.tar.lz
nixpkgs-7968bf49352807ead99c1d6e568767a4e2855c3d.tar.xz
nixpkgs-7968bf49352807ead99c1d6e568767a4e2855c3d.tar.zst
nixpkgs-7968bf49352807ead99c1d6e568767a4e2855c3d.zip
focuswriter: 1.6.14 -> 1.6.15
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.
Diffstat (limited to 'pkgs/applications/editors/focuswriter')
-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 997a4bd253c..706f2f015b1 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.14";
+  version = "1.6.15";
 
   src = fetchurl {
     url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
-    sha256 = "1n8ni4bnw5vs7jx28v8r1vk69g2m1q5h9s6xpf8c0bxbcwwg2m5i";
+    sha256 = "0afs9cm5q7zxag28m427ycwwxkbn47zw7v111x7963ydqyn9gr9q";
   };
 
   nativeBuildInputs = [ pkgconfig qmake qttools ];