summary refs log tree commit diff
path: root/pkgs/applications/editors/ghostwriter/default.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2021-12-27 00:30:38 +0000
committerKerstin <kerstin@erictapen.name>2021-12-27 02:10:06 +0100
commite3b5c71323d5c11f0c7cb2a196921e39e917aed2 (patch)
tree8aa6b93a13bda6ebfa1030f24994fee72488fb3e /pkgs/applications/editors/ghostwriter/default.nix
parent2c526159cf348026233b67f239f9d80f6131d3b9 (diff)
downloadnixpkgs-e3b5c71323d5c11f0c7cb2a196921e39e917aed2.tar
nixpkgs-e3b5c71323d5c11f0c7cb2a196921e39e917aed2.tar.gz
nixpkgs-e3b5c71323d5c11f0c7cb2a196921e39e917aed2.tar.bz2
nixpkgs-e3b5c71323d5c11f0c7cb2a196921e39e917aed2.tar.lz
nixpkgs-e3b5c71323d5c11f0c7cb2a196921e39e917aed2.tar.xz
nixpkgs-e3b5c71323d5c11f0c7cb2a196921e39e917aed2.tar.zst
nixpkgs-e3b5c71323d5c11f0c7cb2a196921e39e917aed2.zip
ghostwriter: 2.1.0 -> 2.1.1
https://github.com/wereturtle/ghostwriter/releases/tag/2.1.1
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 b828df6d8d4..7d060a972cd 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.1.0";
+  version = "2.1.1";
 
   src = fetchFromGitHub {
     owner = "wereturtle";
     repo = pname;
     rev = version;
-    sha256 = "sha256-NPuwT0msFvGyS33X7lefdPZZ3AC4pZb1tvmOzzlQlgc=";
+    hash = "sha256-w4qCJgfBnN1PpPfhdsLdBpCRAWai9RrwU3LZl8DdEcw=";
   };
 
   nativeBuildInputs = [ qmake pkg-config qttools ];