about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-23 15:01:35 +0100
committerGitHub <noreply@github.com>2023-01-23 15:01:35 +0100
commitd783871afbbdcf0bfdcd859da96da70501bba784 (patch)
tree3391d51eac310e0b9e9215858344a808f2087d85 /pkgs/applications/editors
parente1fc5098c065e38f52b1abb9168ec6892f0ce255 (diff)
parent5659f17812fa53f8ef16f68b1b351cfe2c0b6a3d (diff)
Merge pull request #207384 from r-ryantm/auto-update/sigil
sigil: 1.9.10 -> 1.9.20
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/sigil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/sigil/default.nix b/pkgs/applications/editors/sigil/default.nix
index 409f99e37afa2..138c886e76394 100644
--- a/pkgs/applications/editors/sigil/default.nix
+++ b/pkgs/applications/editors/sigil/default.nix
@@ -5,13 +5,13 @@
 
 mkDerivation rec {
   pname = "sigil";
-  version = "1.9.10";
+  version = "1.9.20";
 
   src = fetchFromGitHub {
     repo = "Sigil";
     owner = "Sigil-Ebook";
     rev = version;
-    sha256 = "sha256-FWUrhTTV1TCoBhitopQc469I7SRy4UDKdRLifVKhCCg=";
+    sha256 = "sha256-rpJ+HBYmGuhxnZbJn59mc+IokBc5834X2uyriIGnsqA=";
   };
 
   pythonPath = with python3Packages; [ lxml ];