about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-02-03 21:30:30 +0100
committerGitHub <noreply@github.com>2021-02-03 21:30:30 +0100
commit8f81f599eb7db816fef0babf74a68bb619c2712d (patch)
treeb702b1efbb058f745044c0d4b3334a8df93a5511 /pkgs/applications/editors
parentc31388b6aae837b3e6479de2100e2e2fcc44a861 (diff)
parent5a362d2cbf9379b0b50ba6a1bef79a302bacde63 (diff)
downloadnixlib-8f81f599eb7db816fef0babf74a68bb619c2712d.tar
nixlib-8f81f599eb7db816fef0babf74a68bb619c2712d.tar.gz
nixlib-8f81f599eb7db816fef0babf74a68bb619c2712d.tar.bz2
nixlib-8f81f599eb7db816fef0babf74a68bb619c2712d.tar.lz
nixlib-8f81f599eb7db816fef0babf74a68bb619c2712d.tar.xz
nixlib-8f81f599eb7db816fef0babf74a68bb619c2712d.tar.zst
nixlib-8f81f599eb7db816fef0babf74a68bb619c2712d.zip
Merge pull request #111754 from dotlambda/ghostwriter-2.0.0-rc4
ghostwriter: 2.0.0-rc3 -> 2.0.0-rc4
Diffstat (limited to 'pkgs/applications/editors')
-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 f0ae7ef5f3ea..23a81c9cb00a 100644
--- a/pkgs/applications/editors/ghostwriter/default.nix
+++ b/pkgs/applications/editors/ghostwriter/default.nix
@@ -2,13 +2,13 @@
 
 mkDerivation rec {
   pname = "ghostwriter";
-  version = "2.0.0-rc3";
+  version = "2.0.0-rc4";
 
   src = fetchFromGitHub {
     owner = "wereturtle";
     repo = pname;
     rev = version;
-    sha256 = "sha256-Ag97iE++f3nG2zlwqn0qxSL9RpF8O3XWH9NtQ5kFuWg=";
+    sha256 = "07547503a209hc0fcg902w3x0s1m899c10nj3gqz3hak0cmrasi3";
   };
 
   nativeBuildInputs = [ qmake pkg-config qttools ];