From 28b0f0983580dab3b7e98ad88645845fa7dd36b8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 27 Apr 2025 01:12:48 +0000 Subject: [PATCH] texmaker: 6.0.0 -> 6.0.1 --- pkgs/applications/editors/texmaker/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/texmaker/default.nix b/pkgs/applications/editors/texmaker/default.nix index fada79bc0f8d..10388a6d822d 100644 --- a/pkgs/applications/editors/texmaker/default.nix +++ b/pkgs/applications/editors/texmaker/default.nix @@ -15,11 +15,11 @@ stdenv.mkDerivation rec { pname = "texmaker"; - version = "6.0.0"; + version = "6.0.1"; src = fetchurl { url = "http://www.xm1math.net/texmaker/texmaker-${version}.tar.bz2"; - hash = "sha256-l3zlgOJcGrbgvD2hA74LQ+v2C4zg0nJzEE/df1hhd/w="; + hash = "sha256-uMI13wzY/XcUzXDTte42MWOwJUqd6pGAeBuPDi5GyvY="; }; buildInputs = [