about summary refs log tree commit diff
path: root/pkgs/desktops/gnome/core/gnome-tour
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-03-20 11:26:32 +0000
committerJan Tojnar <jtojnar@gmail.com>2023-04-06 01:36:36 +0200
commit2a8aa873f24a56eca26c03d1553ef61e43768c54 (patch)
tree02c8c57cec97844fdb5deea1645bc4e101fdcc86 /pkgs/desktops/gnome/core/gnome-tour
parent2f269a8919d3712f47fb252f9524f90b2788782d (diff)
gnome-tour: 43.0 → 44.0
https://gitlab.gnome.org/GNOME/gnome-tour/-/compare/43.0...44.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
Diffstat (limited to 'pkgs/desktops/gnome/core/gnome-tour')
-rw-r--r--pkgs/desktops/gnome/core/gnome-tour/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/desktops/gnome/core/gnome-tour/default.nix b/pkgs/desktops/gnome/core/gnome-tour/default.nix
index c7edd87d122d9..c471417d61650 100644
--- a/pkgs/desktops/gnome/core/gnome-tour/default.nix
+++ b/pkgs/desktops/gnome/core/gnome-tour/default.nix
@@ -11,7 +11,7 @@
 , gdk-pixbuf
 , desktop-file-utils
 , appstream-glib
-, wrapGAppsHook
+, wrapGAppsHook4
 , python3
 , gnome
 , libadwaita
@@ -24,11 +24,11 @@
 
 stdenv.mkDerivation rec {
   pname = "gnome-tour";
-  version = "43.0";
+  version = "44.0";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
-    hash = "sha256-E1HkGWJ/vXx3GTKm7xrYDAvy5oKMSUigYgaJhN2zzIg=";
+    hash = "sha256-Bt52d90cWQ0OozoDLJzPTDfGK8ViFbgjyHnkLuYwwrY=";
   };
 
   cargoVendorDir = "vendor";
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
     python3
     rustPlatform.cargoSetupHook
     rustc
-    wrapGAppsHook
+    wrapGAppsHook4
   ];
 
   buildInputs = [