about summary refs log tree commit diff
path: root/pkgs/tools/typesetting/sshlatex
diff options
context:
space:
mode:
authorIngo Blechschmidt <iblech@speicherleck.de>2017-12-09 15:14:15 +0100
committerIngo Blechschmidt <iblech@speicherleck.de>2017-12-09 15:14:15 +0100
commit5fd37c154c2ea925655e8c0a04a7361136844091 (patch)
tree13c5993f35f5855d0b78b2f0e469f91eec724cee /pkgs/tools/typesetting/sshlatex
parentb2e2490181cbd64fd9e5bdc8aade00222cfe6917 (diff)
downloadnixlib-5fd37c154c2ea925655e8c0a04a7361136844091.tar
nixlib-5fd37c154c2ea925655e8c0a04a7361136844091.tar.gz
nixlib-5fd37c154c2ea925655e8c0a04a7361136844091.tar.bz2
nixlib-5fd37c154c2ea925655e8c0a04a7361136844091.tar.lz
nixlib-5fd37c154c2ea925655e8c0a04a7361136844091.tar.xz
nixlib-5fd37c154c2ea925655e8c0a04a7361136844091.tar.zst
nixlib-5fd37c154c2ea925655e8c0a04a7361136844091.zip
sshlatex: 0.7 -> 0.8
Diffstat (limited to 'pkgs/tools/typesetting/sshlatex')
-rw-r--r--pkgs/tools/typesetting/sshlatex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/sshlatex/default.nix b/pkgs/tools/typesetting/sshlatex/default.nix
index bfc1a8eb162e..1cb7b9ce9759 100644
--- a/pkgs/tools/typesetting/sshlatex/default.nix
+++ b/pkgs/tools/typesetting/sshlatex/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "sshlatex-${version}";
-  version = "0.7";
+  version = "0.8";
 
   src = fetchFromGitHub {
     owner = "iblech";
     repo = "sshlatex";
     rev = "${version}";
-    sha256 = "02h81i8n3skg9jnlfrisyg5bhqicrn6svq64kp20f70p64s3d7ix";
+    sha256 = "0kaah8is74zba9373xccmsxmnnn6kh0isr4qpg21x3qhdzhlxl7q";
   };
 
   buildInputs = [ makeWrapper ];