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-01-12 14:46:32 -0800
committerGitHub <noreply@github.com>2022-01-12 23:46:32 +0100
commit64fa8e6b5b36e5413e7b154d7f795afce45f21ca (patch)
treeb7c6a2ad29b68262188e6dfdbad087abdbcd6782 /pkgs/applications/editors/featherpad
parentcf340a9dae95b874e946ac8a3b94f7bf3f9cfb6f (diff)
featherpad: 1.1.0 -> 1.1.1
 (#154466)
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 80328fb06f82d..f722f8c3db820 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 ];