about summary refs log tree commit diff
path: root/pkgs/applications/editors/featherpad
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-11 22:32:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-11 22:32:42 +0000
commit0a2917831f403e1ce3cda9995ee8b58fab829fe3 (patch)
tree771774328336ebacf778758019a5d4ab987e13fb /pkgs/applications/editors/featherpad
parent506d6390a311a36a2cf2fd7b610c43c05bdef23a (diff)
featherpad: 1.3.1 -> 1.3.5
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 dc00e09b97437..b7cca4ff3ec9c 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.3.1";
+  version = "1.3.5";
 
   src = fetchFromGitHub {
     owner = "tsujan";
     repo = "FeatherPad";
     rev = "V${version}";
-    sha256 = "sha256-OLipBhSrXf9lLpSYLwjjOv5AYJDt46MlnEW4YetXZjI=";
+    sha256 = "sha256-deQDLcymci8x9QvVOfNwroZPvifovxV6+jT9Grl3sxA=";
   };
 
   nativeBuildInputs = [ cmake pkg-config qttools ];