gnome-tour: 49.0 → 50.rc

https://gitlab.gnome.org/GNOME/gnome-tour/-/compare/49.0...50.rc
This commit is contained in:
Bobby Rong
2026-05-06 23:03:29 +08:00
parent 0c5f3e41b1
commit 3e8fe052ce
+2 -2
View File
@@ -22,11 +22,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-tour";
version = "49.0";
version = "50.rc";
src = fetchurl {
url = "mirror://gnome/sources/gnome-tour/${lib.versions.major finalAttrs.version}/gnome-tour-${finalAttrs.version}.tar.xz";
hash = "sha256-LX2KKgzRF4BjpBTaWAk9JsD7GndgjYrX+9eRGl1iZNM=";
hash = "sha256-1BHZlQU59KNdlXFkZ9jr+i9vPCq/5noP3qu8eXbnlik=";
};
cargoVendorDir = "vendor";