gnome-tour: 47.0 → 48.1

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

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2025-03-29 21:01:00 +00:00
parent 2921869f2d
commit 0cadf093b5

View file

@ -22,11 +22,11 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "gnome-tour"; pname = "gnome-tour";
version = "47.0"; version = "48.1";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/gnome-tour/${lib.versions.major finalAttrs.version}/gnome-tour-${finalAttrs.version}.tar.xz"; url = "mirror://gnome/sources/gnome-tour/${lib.versions.major finalAttrs.version}/gnome-tour-${finalAttrs.version}.tar.xz";
hash = "sha256-cvqvieAGyJMkp+FXIEaRaWGziuujj21tTMQePT1GaUQ="; hash = "sha256-uKA7JXTrlWq+mvFBQWHMsX+DDVNgC5wEmc7zu29BJ8U=";
}; };
cargoVendorDir = "vendor"; cargoVendorDir = "vendor";