From 76b536fc4580fb59f5ca6ac7f75978d0433ca719 Mon Sep 17 00:00:00 2001 From: LeUlukai Date: Sat, 29 May 2021 11:15:41 +0200 Subject: [PATCH] texstudio: 3.1.1 -> 3.1.2 --- pkgs/applications/editors/texstudio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/texstudio/default.nix b/pkgs/applications/editors/texstudio/default.nix index 12b9c638c4c..a5105613080 100644 --- a/pkgs/applications/editors/texstudio/default.nix +++ b/pkgs/applications/editors/texstudio/default.nix @@ -3,13 +3,13 @@ mkDerivation rec { pname = "texstudio"; - version = "3.1.1"; + version = "3.1.2"; src = fetchFromGitHub { owner = "${pname}-org"; repo = pname; rev = version; - sha256 = "sha256-MFCQwhdF+WCTqDt4q5qw431y/zqEy9vHudcUYb4BYNQ="; + sha256 = "0h5g1sirsy1f2xlq85c1ik1s52gycfipy9yx0flgaw8m4wmhz26v"; }; nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];