about summary refs log tree commit diff
path: root/pkgs/applications/editors/ghostwriter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-17 03:02:36 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-17 03:02:36 -0700
commit16e3728e4d8f1eadf019b6b872cdcd8fed621d46 (patch)
tree5e70fe30624e6d996e0a8f2878747181a1b93229 /pkgs/applications/editors/ghostwriter
parent249ba3d3ed76e34f61ab7bb2024b013f3feaafb9 (diff)
downloadnixlib-16e3728e4d8f1eadf019b6b872cdcd8fed621d46.tar
nixlib-16e3728e4d8f1eadf019b6b872cdcd8fed621d46.tar.gz
nixlib-16e3728e4d8f1eadf019b6b872cdcd8fed621d46.tar.bz2
nixlib-16e3728e4d8f1eadf019b6b872cdcd8fed621d46.tar.lz
nixlib-16e3728e4d8f1eadf019b6b872cdcd8fed621d46.tar.xz
nixlib-16e3728e4d8f1eadf019b6b872cdcd8fed621d46.tar.zst
nixlib-16e3728e4d8f1eadf019b6b872cdcd8fed621d46.zip
ghostwriter: 1.7.2 -> 1.7.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ghostwriter/versions.
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 29c0b665aa35..36259593463d 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.2";
+  version = "1.7.3";
   name = "${pname}-${version}";
 
   src = fetchFromGitHub {
     owner = "wereturtle";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1zhzibn4g79i98mjfqspf3iac2biz3r18jf29g0izq5snn7xj0fc";
+    sha256 = "1xkxd59rw2dn6xphgcl06zzmfgs1zna2w0pxrk0f49ywffvkvs72";
   };
 
   nativeBuildInputs = [ qmake pkgconfig ];