gnome-system-monitor: 47.1 → 48.rc
https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/compare/47.1...48.rc Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
gtkmm4,
|
||||
libxml2,
|
||||
bash,
|
||||
catch2_3,
|
||||
gtk4,
|
||||
libadwaita,
|
||||
glib,
|
||||
@@ -25,11 +26,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-system-monitor";
|
||||
version = "47.1";
|
||||
version = "48.rc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-system-monitor/${lib.versions.major finalAttrs.version}/gnome-system-monitor-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-08VxT9kfp/BdZ3XmeXzNqzFJ8THRqndqM1LirdsRDwE=";
|
||||
hash = "sha256-hm3Sxydjf2dTcF0WpW/GZ6sqakgJ8X75N0UuHFRURMs=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -49,6 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
buildInputs = [
|
||||
bash
|
||||
catch2_3
|
||||
gtk4
|
||||
libadwaita
|
||||
glib
|
||||
|
||||
Reference in New Issue
Block a user