summary refs log tree commit diff
path: root/pkgs/applications/editors/ghostwriter/default.nix
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2021-11-21 17:16:20 +0100
committerKerstin Humm <kerstin@erictapen.name>2021-11-21 17:16:31 +0100
commitf4441ac4033bc89956e3fcdec419bcfa3de59aab (patch)
tree2d76933a670cf48a5b0bdcc0c27fab9fd85e0088 /pkgs/applications/editors/ghostwriter/default.nix
parent8afc4e543663ca0a6a4f496262cd05233737e732 (diff)
downloadnixpkgs-f4441ac4033bc89956e3fcdec419bcfa3de59aab.tar
nixpkgs-f4441ac4033bc89956e3fcdec419bcfa3de59aab.tar.gz
nixpkgs-f4441ac4033bc89956e3fcdec419bcfa3de59aab.tar.bz2
nixpkgs-f4441ac4033bc89956e3fcdec419bcfa3de59aab.tar.lz
nixpkgs-f4441ac4033bc89956e3fcdec419bcfa3de59aab.tar.xz
nixpkgs-f4441ac4033bc89956e3fcdec419bcfa3de59aab.tar.zst
nixpkgs-f4441ac4033bc89956e3fcdec419bcfa3de59aab.zip
ghostwriter: 2.0.2 -> 2.1.0
Diffstat (limited to 'pkgs/applications/editors/ghostwriter/default.nix')
-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 fdada2e7769..b828df6d8d4 100644
--- a/pkgs/applications/editors/ghostwriter/default.nix
+++ b/pkgs/applications/editors/ghostwriter/default.nix
@@ -14,13 +14,13 @@
 
 mkDerivation rec {
   pname = "ghostwriter";
-  version = "2.0.2";
+  version = "2.1.0";
 
   src = fetchFromGitHub {
     owner = "wereturtle";
     repo = pname;
     rev = version;
-    sha256 = "sha256-kNt0IIAcblDJ81ENIkoJuJvrI+F+fdVgWUJ6g1YpjqU=";
+    sha256 = "sha256-NPuwT0msFvGyS33X7lefdPZZ3AC4pZb1tvmOzzlQlgc=";
   };
 
   nativeBuildInputs = [ qmake pkg-config qttools ];