summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-19 13:59:04 +0800
committerGitHub <noreply@github.com>2021-12-19 13:59:04 +0800
commit8735a53980d13f6de6970d9d1e1f90e296cd3e82 (patch)
tree1369b0db6e5227cac37dcea6a0352edd8a506a61 /pkgs/applications
parent5e137de37d9bf6f6e63f546b9fe7e807cf8df80e (diff)
parentdd1d4b90b923b216d8d9c1355839e2c142c54a95 (diff)
downloadnixpkgs-8735a53980d13f6de6970d9d1e1f90e296cd3e82.tar
nixpkgs-8735a53980d13f6de6970d9d1e1f90e296cd3e82.tar.gz
nixpkgs-8735a53980d13f6de6970d9d1e1f90e296cd3e82.tar.bz2
nixpkgs-8735a53980d13f6de6970d9d1e1f90e296cd3e82.tar.lz
nixpkgs-8735a53980d13f6de6970d9d1e1f90e296cd3e82.tar.xz
nixpkgs-8735a53980d13f6de6970d9d1e1f90e296cd3e82.tar.zst
nixpkgs-8735a53980d13f6de6970d9d1e1f90e296cd3e82.zip
Merge pull request #149202 from r-ryantm/auto-update/sigil
sigil: 1.7.0 -> 1.8.0
Diffstat (limited to 'pkgs/applications')
-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 adbbc05ccce..6b314dff93a 100644
--- a/pkgs/applications/editors/sigil/default.nix
+++ b/pkgs/applications/editors/sigil/default.nix
@@ -6,13 +6,13 @@
 
 mkDerivation rec {
   pname = "sigil";
-  version = "1.7.0";
+  version = "1.8.0";
 
   src = fetchFromGitHub {
     repo = "Sigil";
     owner = "Sigil-Ebook";
     rev = version;
-    sha256 = "sha256-a1gstR7qHbzQ3GZ0g/lxUxcHeZ5QgJIvhCV37tqlVfA=";
+    sha256 = "sha256-luX4/KERB4GwpID7zVnd6F/mN8SHTy9zmqSUzJ1CYPk=";
   };
 
   pythonPath = with python3Packages; [ lxml ];