diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2022-01-12 14:46:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-12 23:46:32 +0100 |
| commit | 64fa8e6b5b36e5413e7b154d7f795afce45f21ca (patch) | |
| tree | b7c6a2ad29b68262188e6dfdbad087abdbcd6782 | |
| parent | finalfusion-utils: 0.13.2 -> 0.14.1 (diff) | |
| download | nixpkgs-64fa8e6b5b36e5413e7b154d7f795afce45f21ca.tar.gz | |
featherpad: 1.1.0 -> 1.1.1
(#154466)
| -rw-r--r-- | pkgs/applications/editors/featherpad/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/featherpad/default.nix b/pkgs/applications/editors/featherpad/default.nix index 80328fb06f82..f722f8c3db82 100644 --- a/pkgs/applications/editors/featherpad/default.nix +++ b/pkgs/applications/editors/featherpad/default.nix @@ -3,13 +3,13 @@ mkDerivation rec { pname = "featherpad"; - version = "1.1.0"; + version = "1.1.1"; src = fetchFromGitHub { owner = "tsujan"; repo = "FeatherPad"; rev = "V${version}"; - sha256 = "sha256-Sff1oyRYCsiJ7Kl3HxI/bln0M80KlbcNSw6jrEOeWiI="; + sha256 = "sha256-qDhubKk6FLZmVxp4SkGm1B7zIg6rPtPRoFGCcBYUDFA="; }; nativeBuildInputs = [ cmake pkg-config qttools ]; |
