gnome-console: 49.2 → 50.0

https://gitlab.gnome.org/GNOME/console/-/compare/49.2...50.0
This commit is contained in:
winston
2026-05-06 23:03:28 +08:00
committed by Bobby Rong
parent 176852055a
commit 48267388b4
+2 -2
View File
@@ -21,11 +21,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-console";
version = "49.2";
version = "50.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-console/${lib.versions.major finalAttrs.version}/gnome-console-${finalAttrs.version}.tar.xz";
hash = "sha256-J7As6OiQ/49TyoXbeGsa41kD8LYyeBLwIk3AtUsQiNs=";
hash = "sha256-5JUCB/BUfmpsDxjuv89uGhBGHqsPL64KrlErEETHrG4=";
};
nativeBuildInputs = [