summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-03-24 12:00:16 +0100
committererictapen <justin.humm@posteo.de>2021-03-24 14:27:49 +0100
commit7865db274bffa497feef0c07aa7d7ace86734561 (patch)
treecc98139181a733981f2a6bd931f0cd937e73ff2f
parent09406084bdd328cabf2c4440a908930bc4e7eeab (diff)
downloadnixpkgs-7865db274bffa497feef0c07aa7d7ace86734561.tar
nixpkgs-7865db274bffa497feef0c07aa7d7ace86734561.tar.gz
nixpkgs-7865db274bffa497feef0c07aa7d7ace86734561.tar.bz2
nixpkgs-7865db274bffa497feef0c07aa7d7ace86734561.tar.lz
nixpkgs-7865db274bffa497feef0c07aa7d7ace86734561.tar.xz
nixpkgs-7865db274bffa497feef0c07aa7d7ace86734561.tar.zst
nixpkgs-7865db274bffa497feef0c07aa7d7ace86734561.zip
ghostwriter: 2.0.0-rc4 -> 2.0.0-rc5
-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 23a81c9cb00..2249009af77 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-rc4";
+  version = "2.0.0-rc5";
 
   src = fetchFromGitHub {
     owner = "wereturtle";
     repo = pname;
     rev = version;
-    sha256 = "07547503a209hc0fcg902w3x0s1m899c10nj3gqz3hak0cmrasi3";
+    sha256 = "sha256-Gc0/AHxxJd5Cq3dBQ0Xy2TF78CBmQFYUzm4s7q1aHEE=";
   };
 
   nativeBuildInputs = [ qmake pkg-config qttools ];