gnome-console: 48.0.1 → 49.rc

https://gitlab.gnome.org/GNOME/console/-/compare/48.0.1...49.rc

Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>
Co-authored-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Jan Tojnar
2025-11-03 10:50:02 +01:00
co-authored by Bobby Rong
parent e8650ebbef
commit 8077c2f3bc
+4 -2
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchurl,
appstream,
gettext,
gnome,
libgtop,
@@ -20,14 +21,15 @@
stdenv.mkDerivation rec {
pname = "gnome-console";
version = "48.0.1";
version = "49.rc";
src = fetchurl {
url = "mirror://gnome/sources/gnome-console/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-AY6Qjk2uvPyxUNTxuyjZgnKqnRTWgV6vjaRfiJ2wXEk=";
hash = "sha256-+TP+13m/fP2HPZ93NfZwSdXyEhWlRGiMGuO+ULGQZsk=";
};
nativeBuildInputs = [
appstream
desktop-file-utils
gettext
meson