From 0e59b1c1edec2503b712bd4a24e9f5fc25c8c1d1 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sat, 7 Jul 2018 16:16:46 -0700 Subject: texstudio: 2.12.8 -> 2.12.10 (#43154) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/texstudio/versions. Version release notes (from GitHub): TeXstudio 2.12.10 ---------------- - bug fixes - fix structure view with Qt >5.10 These checks were done: - built on NixOS - Warning: no invocation of /nix/store/lpnv7mgqxh4dvngjkda0l04lsqg99ad0-texstudio-2.12.10/bin/texstudio had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 2.12.10 with grep in /nix/store/lpnv7mgqxh4dvngjkda0l04lsqg99ad0-texstudio-2.12.10 - directory tree listing: https://gist.github.com/30bd87321ac5fe523c2a1eb759af22c9 - du listing: https://gist.github.com/04363c828381c5273c6c80caa9b552f4 --- pkgs/applications/editors/texstudio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/editors/texstudio/default.nix') diff --git a/pkgs/applications/editors/texstudio/default.nix b/pkgs/applications/editors/texstudio/default.nix index 938f381747966..790c4ea45c02c 100644 --- a/pkgs/applications/editors/texstudio/default.nix +++ b/pkgs/applications/editors/texstudio/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "texstudio"; - version = "2.12.8"; + version = "2.12.10"; name = "${pname}-${version}"; src = fetchFromGitHub { owner = "${pname}-org"; repo = pname; rev = version; - sha256 = "0f1az7398rnxmm3m9b2jcz7pd9x445fjsv8w85k2j261n5cyfqx2"; + sha256 = "0mkx7fym41hwd7cdg31ji2hxlv3gxx0sa6bnap51ryxmq8sxdjhq"; }; nativeBuildInputs = [ qt5.qmake pkgconfig ]; -- cgit 1.4.1