gnome.gnome-contacts: 45.0 → 45.1

https://gitlab.gnome.org/GNOME/gnome-contacts/-/compare/45.0...45.1
This commit is contained in:
Maxine Aubrey 2024-03-03 00:58:41 +01:00
parent e5580538b9
commit 801fc46bbd
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -27,11 +27,11 @@
stdenv.mkDerivation rec {
pname = "gnome-contacts";
version = "45.0";
version = "45.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-contacts/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "vR/fKm9kzdnyq7/tB+ZPKmmuNTb3T0gZjMN7rZ/NlD4=";
sha256 = "gj9WCe7NkMQk3T5khXKHvBMh+23+KJJKR0/w6azyG3U=";
};
nativeBuildInputs = [