summary refs log tree commit diff
path: root/pkgs/applications
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
parentc31388b6aae837b3e6479de2100e2e2fcc44a861 (diff)
parent5a362d2cbf9379b0b50ba6a1bef79a302bacde63 (diff)
downloadnixpkgs-8f81f599eb7db816fef0babf74a68bb619c2712d.tar
nixpkgs-8f81f599eb7db816fef0babf74a68bb619c2712d.tar.gz
nixpkgs-8f81f599eb7db816fef0babf74a68bb619c2712d.tar.bz2
nixpkgs-8f81f599eb7db816fef0babf74a68bb619c2712d.tar.lz
nixpkgs-8f81f599eb7db816fef0babf74a68bb619c2712d.tar.xz
nixpkgs-8f81f599eb7db816fef0babf74a68bb619c2712d.tar.zst
nixpkgs-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')
-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 f0ae7ef5f3e..23a81c9cb00 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 ];