about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 13:59:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 13:59:41 +0000
commit0def7fb8c1e0c785134746d127aa6091d7018df1 (patch)
tree936dd466d415d6a39b0fdd2df7ae6b15a1d70dda
parent842a0d94cbb0a385854e15d4f6fde57714981abd (diff)
featherpad: 1.0.0 -> 1.0.1
-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 ];