summary refs log tree commit diff
path: root/pkgs/tools/typesetting/satysfi
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-04-14 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-04-14 04:20:00 +0000
commit2291f1a46488009f6700a4c863eef2b60ac0411e (patch)
treec35c7ab499971d246b344031b153b15762513bfc /pkgs/tools/typesetting/satysfi
parent3e9855f8acbe76fd74b7b38e66e6bcb0541784a8 (diff)
downloadnixpkgs-2291f1a46488009f6700a4c863eef2b60ac0411e.tar
nixpkgs-2291f1a46488009f6700a4c863eef2b60ac0411e.tar.gz
nixpkgs-2291f1a46488009f6700a4c863eef2b60ac0411e.tar.bz2
nixpkgs-2291f1a46488009f6700a4c863eef2b60ac0411e.tar.lz
nixpkgs-2291f1a46488009f6700a4c863eef2b60ac0411e.tar.xz
nixpkgs-2291f1a46488009f6700a4c863eef2b60ac0411e.tar.zst
nixpkgs-2291f1a46488009f6700a4c863eef2b60ac0411e.zip
satysfi: 0.0.6 -> 0.0.7
https://github.com/gfngfn/SATySFi/blob/v0.0.7/CHANGELOG.md
Diffstat (limited to 'pkgs/tools/typesetting/satysfi')
-rw-r--r--pkgs/tools/typesetting/satysfi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/satysfi/default.nix b/pkgs/tools/typesetting/satysfi/default.nix
index d18c7fc270e..89d2724eaad 100644
--- a/pkgs/tools/typesetting/satysfi/default.nix
+++ b/pkgs/tools/typesetting/satysfi/default.nix
@@ -35,12 +35,12 @@ let
 in
   stdenv.mkDerivation rec {
     pname = "satysfi";
-    version = "0.0.6";
+    version = "0.0.7";
     src = fetchFromGitHub {
       owner = "gfngfn";
       repo = "SATySFi";
       rev = "v${version}";
-      sha256 = "1wdmcz2b7v37msmsvjvbyj7x5a80qfws8a7w72q0g5959pw5fdxj";
+      sha256 = "sha256-BmnOIplC24JMb0LSgGPh/j01rXvtl0wni3Chb347eR8=";
       fetchSubmodules = true;
     };