gnome-shell: 47.beta → 47.0

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/47.beta...47.0

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-17 13:28:07 +00:00
parent 9509df83c9
commit bd49d08fb8
No known key found for this signature in database

View File

@ -4,6 +4,7 @@
substituteAll,
lib,
stdenv,
docutils,
meson,
ninja,
pkg-config,
@ -56,7 +57,6 @@
gnome-settings-daemon,
gnome-autoar,
gnome-tecla,
asciidoc,
bash-completion,
mesa,
libGL,
@ -70,7 +70,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "47.beta";
version = "47.0";
outputs = [
"out"
@ -79,7 +79,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz";
hash = "sha256-0v4/sK7xLouEWrNpSDUiYmkxkUCfFcR6lC5vyJ8jSIk=";
hash = "sha256-eiB3DGKQrWmpqCyEl8sn4b+GPzh9sl6Y5ULk9sXwbe0=";
};
patches = [
@ -112,6 +112,7 @@ stdenv.mkDerivation (finalAttrs: {
];
nativeBuildInputs = [
docutils # for rst2man
meson
ninja
pkg-config
@ -122,7 +123,6 @@ stdenv.mkDerivation (finalAttrs: {
sassc
desktop-file-utils
libxslt.bin
asciidoc
gobject-introspection
];