gnome-tour: 46.0 → 47.0

https://gitlab.gnome.org/GNOME/gnome-tour/-/compare/46.0...47.0

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-17 13:28:34 +00:00
parent 2e2324d69d
commit 1c590a0b12
No known key found for this signature in database

View File

@ -9,7 +9,6 @@
pkg-config,
gtk4,
glib,
gdk-pixbuf,
desktop-file-utils,
appstream-glib,
wrapGAppsHook4,
@ -23,11 +22,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-tour";
version = "46.0";
version = "47.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-tour/${lib.versions.major finalAttrs.version}/gnome-tour-${finalAttrs.version}.tar.xz";
hash = "sha256-8yZSqp1+8GQ3YM5jkyCCz9NkHnczt2xCm3jQl4O3xGo=";
hash = "sha256-cvqvieAGyJMkp+FXIEaRaWGziuujj21tTMQePT1GaUQ=";
};
cargoVendorDir = "vendor";
@ -52,7 +51,6 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
gdk-pixbuf
glib
gtk4
libadwaita