about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-10-30 06:01:25 +0000
committerGitHub <noreply@github.com>2021-10-30 06:01:25 +0000
commit227e1c837cde3d51e8b944a090b6a860ce554ff5 (patch)
tree8bc69d958975a23b2058d43d7c8db49668e297c5 /pkgs/applications/editors
parent2d204edb98691385aa0cf29376f44d72837d4eb7 (diff)
parentc597868b85c85c707c5039cba01764364e01dc12 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/editors')
-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 84dc16c76d12e..8fbcfbb4c1015 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.0.0";
+  version = "1.0.1";
 
   src = fetchFromGitHub {
     owner = "tsujan";
     repo = "FeatherPad";
     rev = "V${version}";
-    sha256 = "sha256-GcOvof6bD7GNrABXIR8jOfzjDEN5Lvnj24M154iqQgU=";
+    sha256 = "sha256-FeqTPDix2tqTJ3UU6i2e6FkmCO0KMNt4tLtrPjX57fc=";
   };
 
   nativeBuildInputs = [ cmake pkg-config qttools ];