summary refs log tree commit diff
path: root/pkgs/applications/editors/ghostwriter
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-07-31 08:43:19 +0200
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-07-31 08:45:17 +0200
commit55b41a7e33112aeb7e0c7b453027a347f96ce874 (patch)
tree21c16a8d9caef1bdae8948e733341e1ea476b66e /pkgs/applications/editors/ghostwriter
parentcb19404fafe646e135595e39b4c403b6203dd39a (diff)
downloadnixlib-55b41a7e33112aeb7e0c7b453027a347f96ce874.tar
nixlib-55b41a7e33112aeb7e0c7b453027a347f96ce874.tar.gz
nixlib-55b41a7e33112aeb7e0c7b453027a347f96ce874.tar.bz2
nixlib-55b41a7e33112aeb7e0c7b453027a347f96ce874.tar.lz
nixlib-55b41a7e33112aeb7e0c7b453027a347f96ce874.tar.xz
nixlib-55b41a7e33112aeb7e0c7b453027a347f96ce874.tar.zst
nixlib-55b41a7e33112aeb7e0c7b453027a347f96ce874.zip
ghostwriter: 1.7.0 -> 1.7.2
Diffstat (limited to 'pkgs/applications/editors/ghostwriter')
-rw-r--r--pkgs/applications/editors/ghostwriter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/ghostwriter/default.nix b/pkgs/applications/editors/ghostwriter/default.nix
index 594f4ca8704a..29c0b665aa35 100644
--- a/pkgs/applications/editors/ghostwriter/default.nix
+++ b/pkgs/applications/editors/ghostwriter/default.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec {
   pname = "ghostwriter";
-  version = "1.7.0";
+  version = "1.7.2";
   name = "${pname}-${version}";
 
   src = fetchFromGitHub {
     owner = "wereturtle";
     repo = pname;
     rev = "v${version}";
-    sha256 = "00nlk5gazlfnndanhhjj5hlvkkp9yfx5mj6jq0jz37mk8mn6rzln";
+    sha256 = "1zhzibn4g79i98mjfqspf3iac2biz3r18jf29g0izq5snn7xj0fc";
   };
 
   nativeBuildInputs = [ qmake pkgconfig ];