mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
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:
parent
2e2324d69d
commit
1c590a0b12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user