diff options
| author | Robert Schütz <nix@dotlambda.de> | 2022-05-29 06:02:18 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-09 12:53:45 +0000 |
| commit | 024211487317f459188c2440f2dd958d3d2fda78 (patch) | |
| tree | ac038887192187f5490eaa00ca2920ea062a995a | |
| parent | ocamlPackages.menhir: 20211128 → 20220210 (diff) | |
| download | nixpkgs-origin/backport-175247-to-release-22.05.tar.gz | |
ghostwriter: 2.1.2 -> 2.1.3origin/backport-175247-to-release-22.05
https://github.com/wereturtle/ghostwriter/releases/tag/2.1.3
(cherry picked from commit b620245b1896e26e9b937b319e792a1dd2a76502)
| -rw-r--r-- | pkgs/applications/editors/ghostwriter/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/editors/ghostwriter/default.nix b/pkgs/applications/editors/ghostwriter/default.nix index dfdf75627bff..b97025d103c8 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.2"; + version = "2.1.3"; src = fetchFromGitHub { owner = "wereturtle"; repo = pname; rev = version; - hash = "sha256-NpgtxYqxMWMZXZRZjujob40Nn6hirsSzcjoqRJR6Rws="; + hash = "sha256-U6evyaC7fLFyKzeDNAI3U3/IcCk8DTY8pb3e3xqSfwk="; }; nativeBuildInputs = [ qmake pkg-config qttools ]; @@ -34,6 +34,7 @@ mkDerivation rec { meta = with lib; { description = "A cross-platform, aesthetic, distraction-free Markdown editor"; homepage = src.meta.homepage; + changelog = "https://github.com/wereturtle/ghostwriter/blob/${src.rev}/CHANGELOG.md"; license = licenses.gpl3Plus; platforms = platforms.unix; maintainers = with maintainers; [ dotlambda erictapen ]; |
