diff options
| author | Robert Schütz <dev@schuetz-co.de> | 2021-06-27 10:42:25 +0200 |
|---|---|---|
| committer | erictapen <justin.humm@posteo.de> | 2021-06-28 14:14:54 +0200 |
| commit | bf3efb9692bcea50c2bc08d962ffa3e477ee4e62 (patch) | |
| tree | dbf3ee98d46d8c84a65c165e0d297e5bd9d1c6cf | |
| parent | Merge pull request #128478 from Mic92/radare2-backport (diff) | |
| download | nixpkgs-bf3efb9692bcea50c2bc08d962ffa3e477ee4e62.tar.gz | |
ghostwriter: 2.0.1 -> 2.0.2
https://github.com/wereturtle/ghostwriter/releases/tag/2.0.2
(cherry picked from commit 596ae9e8a366d5279369f636bdf7bdd68ff31e70)
| -rw-r--r-- | pkgs/applications/editors/ghostwriter/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/ghostwriter/default.nix b/pkgs/applications/editors/ghostwriter/default.nix index d23b42811b89..f5d13442cce8 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.1"; + version = "2.0.2"; src = fetchFromGitHub { owner = "wereturtle"; repo = pname; rev = version; - sha256 = "sha256-bNVhYwX60F3lrP9UmZSntfz83vbmHe9tu/4nUgzUWR4="; + sha256 = "sha256-kNt0IIAcblDJ81ENIkoJuJvrI+F+fdVgWUJ6g1YpjqU="; }; nativeBuildInputs = [ qmake pkg-config qttools ]; |
