gnome-system-monitor: 48.0 → 48.1

https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/compare/48.0...48.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2025-04-17 19:14:58 +00:00
parent 1813e8356e
commit f837e7a70b

View file

@ -26,11 +26,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-system-monitor";
version = "48.0";
version = "48.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-system-monitor/${lib.versions.major finalAttrs.version}/gnome-system-monitor-${finalAttrs.version}.tar.xz";
hash = "sha256-5OWzRfvU19wvQK1sYjBa5cfMK0Zc6VmIaSpUrzR1MqM=";
hash = "sha256-Ezw6bihjZuZZ/S2AWCQJp71e2uRW5jxPacz2btb8Zjg=";
};
patches = [