gnome-connections: 45.0 → 46.0

https://gitlab.gnome.org/GNOME/connections/-/compare/45.0...46.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey
2024-04-22 21:11:08 +02:00
parent 474cbc5813
commit 293b606284
@@ -7,7 +7,6 @@
, vala
, gettext
, itstool
, appstream-glib
, desktop-file-utils
, wrapGAppsHook
, glib
@@ -22,11 +21,11 @@
stdenv.mkDerivation rec {
pname = "gnome-connections";
version = "45.0";
version = "46.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-ufq1JbkKPifRE8FvuGjCucR7+BSTENFNuGLqGRLAb7g=";
hash = "sha256-+xzqaOeTC73B2yi3zQqaN80xDUtOeHL+gU9QoWqNJdM=";
};
nativeBuildInputs = [
@@ -36,7 +35,6 @@ stdenv.mkDerivation rec {
vala
gettext
itstool
appstream-glib
desktop-file-utils
glib # glib-compile-resources
wrapGAppsHook