about summary refs log tree commit diff
path: root/pkgs/applications/editors/featherpad
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-30 11:06:44 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-31 02:04:18 -0800
commitbd7b03d5dea874d495c2b9abf3eaf63fb6c8a547 (patch)
treed88b1de83eaf36bb4c0848318d09f59368acf11f /pkgs/applications/editors/featherpad
parent5fcfc1d34a09a5308a4e4bdfb61f07cf3bf488ec (diff)
featherpad: 1.0.1 -> 1.1.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 8fbcfbb4c1015..80328fb06f82d 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.1";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "tsujan";
     repo = "FeatherPad";
     rev = "V${version}";
-    sha256 = "sha256-FeqTPDix2tqTJ3UU6i2e6FkmCO0KMNt4tLtrPjX57fc=";
+    sha256 = "sha256-Sff1oyRYCsiJ7Kl3HxI/bln0M80KlbcNSw6jrEOeWiI=";
   };
 
   nativeBuildInputs = [ cmake pkg-config qttools ];