From 3097a43496206a1364f3e61740990115e81a76ae Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 5 Nov 2021 15:27:54 +0100 Subject: [PATCH] xmedcon: 0.21.0 -> 0.21.2 in release 0.21.2 @ 20-Jul-2021 (Gtk+3) Small addition in our speedometer CSS theme: window titlebar is now in dark mode too Learned how to leave out annoying autotools reconfigure rules from Makefiles via AM_MAINTAINER_MODE macro Why? working with most recent autotools version <> older autotools version on most systems <> users are not necessarily developers ... Improvements for Wayland (CentOS Stream / OpenSUSE Tumbleweed) Menu "Online info" core dumps due to "toplevel" window problem Check "Gdk-CRITICAL gdk_monitor_get_workarea: assertion 'GDK_IS_MONITOR ()' failed" gtk_window_set_transient_for(window, parent) Not working GBC-widget (gamma, brightness, contrast) in release 0.21.1 @ 01-May-2021 (Gtk+3) Require libpng >= 1.6.0 for Ubuntu's sake Added in GUI resizing to fifth and quint Secured two sprintf() statements Updated Inno Setup file for Gtk+3 dependencies Fresh update of application icon GIF89a: write "XMedCon" in application block --- pkgs/applications/science/medicine/xmedcon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/science/medicine/xmedcon/default.nix b/pkgs/applications/science/medicine/xmedcon/default.nix index dee2f2892b60..3c2bec86a7a5 100644 --- a/pkgs/applications/science/medicine/xmedcon/default.nix +++ b/pkgs/applications/science/medicine/xmedcon/default.nix @@ -10,11 +10,11 @@ stdenv.mkDerivation rec { pname = "xmedcon"; - version = "0.21.0"; + version = "0.21.2"; src = fetchurl { url = "https://prdownloads.sourceforge.net/${pname}/${pname}-${version}.tar.bz2"; - sha256 = "0yfnbrcil5i76z1wbg308pb1mnjbcxy6nih46qpqs038v1lhh4q8"; + sha256 = "0svff8rc3j2p47snaq1hx9mv4ydmxawpb0hf3d165g1ccjwvmm6m"; }; buildInputs = [