about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2022-12-23 02:58:29 +0100
committerGitHub <noreply@github.com>2022-12-23 02:58:29 +0100
commit879075cbfb94434de4c110899e83965f895fc549 (patch)
tree44fc4514d2e9c637b57cd2e89d4dfa7de7507b79
parente8ee153b1717dca9c6aa38d5cf198329480d5b41 (diff)
parentd970656eb49f05987ae0a57b2624ccf1ae2c7304 (diff)
Merge pull request #189706 from r-ryantm/auto-update/PageEdit
PageEdit: 1.9.10 -> 1.9.20
-rw-r--r--pkgs/applications/office/PageEdit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/PageEdit/default.nix b/pkgs/applications/office/PageEdit/default.nix
index 02a69a0fe15c0..4d52782c857a7 100644
--- a/pkgs/applications/office/PageEdit/default.nix
+++ b/pkgs/applications/office/PageEdit/default.nix
@@ -2,13 +2,13 @@
 
 mkDerivation rec {
   pname = "PageEdit";
-  version = "1.9.10";
+  version = "1.9.20";
 
   src = fetchFromGitHub {
     owner = "Sigil-Ebook";
     repo = pname;
     rev = version;
-    hash = "sha256-y2Z5enEptiOrwEGBKlo4H4I9ojIPG9KP3BlvTCj4PVY=";
+    hash = "sha256-naoflFANeMwabbdrNL3+ndvEXYT4Yqf+Mo77HcCexHE=";
   };
 
   nativeBuildInputs = [ cmake qttranslations ];