summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/featherpad
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-06-25 22:42:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-06-25 22:42:14 +0000
commit1d00e3862c8b4fd7cac0b49d02102d40038e5804 (patch)
treeafdddeb501aa65b827c345ff33a2bd1c696390f7 /pkgs/applications/editors/featherpad
parentd3ec37479d1aa00242695ef3f19865bf63b1b21e (diff)
featherpad: 1.2.0 -> 1.3.0
Diffstat (limited to 'pkgs/applications/editors/featherpad')
-rw-r--r--pkgs/applications/editors/featherpad/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/featherpad/default.nix b/pkgs/applications/editors/featherpad/default.nix
index e2d4e6a47b22..ff5b195bf724 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.2.0";
+ version = "1.3.0";
src = fetchFromGitHub {
owner = "tsujan";
repo = "FeatherPad";
rev = "V${version}";
- sha256 = "sha256-KKk3acjzqtNhetus/TZFSv2SUSYMzWrYYQ+Uj/XLSKc=";
+ sha256 = "sha256-j8nfK162JmhQLWS1qN909jjxWpzhxE6JnO5uRwtw3c4=";
};
nativeBuildInputs = [ cmake pkg-config qttools ];