about summary refs log tree commit diff
path: root/pkgs/applications/editors/featherpad
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-05 10:34:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-05 10:34:21 +0000
commit5eb0a6c22f495d0e4419fd4e9db89c95c32eeb4b (patch)
tree912e990be8ae5c3282e47920efaa76168675a2ec /pkgs/applications/editors/featherpad
parent14dcb5a3d55213cea4a7aa41ecb094b3bbd33e2a (diff)
featherpad: 1.3.0 -> 1.3.1
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 ff5b195bf724a..dc00e09b97437 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.0";
+  version = "1.3.1";
 
   src = fetchFromGitHub {
     owner = "tsujan";
     repo = "FeatherPad";
     rev = "V${version}";
-    sha256 = "sha256-j8nfK162JmhQLWS1qN909jjxWpzhxE6JnO5uRwtw3c4=";
+    sha256 = "sha256-OLipBhSrXf9lLpSYLwjjOv5AYJDt46MlnEW4YetXZjI=";
   };
 
   nativeBuildInputs = [ cmake pkg-config qttools ];