Merge pull request #32512 from iblech/patch-3

sshlatex: 0.7 -> 0.8
This commit is contained in:
Sarah Brofeldt 2017-12-09 16:35:47 +01:00 committed by GitHub
commit 97094b5733
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];