about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-27 13:40:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-27 13:40:42 +0000
commit9c8a06b8c4fb2ebea08bcf12026ae5e34925e120 (patch)
tree8995b0dc6fa8dda1f211b3a79910728b34cbc918 /pkgs/tools/typesetting
parent58c189c2a4f8d4c2ca028a6d1b1e4157251e450a (diff)
downloadnixlib-9c8a06b8c4fb2ebea08bcf12026ae5e34925e120.tar
nixlib-9c8a06b8c4fb2ebea08bcf12026ae5e34925e120.tar.gz
nixlib-9c8a06b8c4fb2ebea08bcf12026ae5e34925e120.tar.bz2
nixlib-9c8a06b8c4fb2ebea08bcf12026ae5e34925e120.tar.lz
nixlib-9c8a06b8c4fb2ebea08bcf12026ae5e34925e120.tar.xz
nixlib-9c8a06b8c4fb2ebea08bcf12026ae5e34925e120.tar.zst
nixlib-9c8a06b8c4fb2ebea08bcf12026ae5e34925e120.zip
sile: 0.14.14 -> 0.14.16
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/sile/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/sile/default.nix b/pkgs/tools/typesetting/sile/default.nix
index b82704fc12b1..79e2db12b063 100644
--- a/pkgs/tools/typesetting/sile/default.nix
+++ b/pkgs/tools/typesetting/sile/default.nix
@@ -46,11 +46,11 @@ in
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "sile";
-  version = "0.14.14";
+  version = "0.14.16";
 
   src = fetchurl {
     url = "https://github.com/sile-typesetter/sile/releases/download/v${finalAttrs.version}/sile-${finalAttrs.version}.tar.xz";
-    sha256 = "sha256-xGcbD43yfJ6Ru7mU7R+NxfK1YXnIDwcYMjB++gcNqYg=";
+    sha256 = "sha256-z5dYW33Pd9meMo9s3OcaQHAyT+AB94dvcw+gTGySOFc=";
   };
 
   configureFlags = [