about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorMaxine Aubrey <max@ine.dev>2024-03-03 00:58:41 +0100
committerMaxine Aubrey <max@ine.dev>2024-03-03 00:58:41 +0100
commit801fc46bbd4825379178c43b09e6de1ca27dffc9 (patch)
tree724dfb10121d5c7b53daf452ef862507654d0e0b /pkgs/desktops
parente5580538b9bd2040f6c8d9990b006eb035760a3b (diff)
downloadnixlib-801fc46bbd4825379178c43b09e6de1ca27dffc9.tar
nixlib-801fc46bbd4825379178c43b09e6de1ca27dffc9.tar.gz
nixlib-801fc46bbd4825379178c43b09e6de1ca27dffc9.tar.bz2
nixlib-801fc46bbd4825379178c43b09e6de1ca27dffc9.tar.lz
nixlib-801fc46bbd4825379178c43b09e6de1ca27dffc9.tar.xz
nixlib-801fc46bbd4825379178c43b09e6de1ca27dffc9.tar.zst
nixlib-801fc46bbd4825379178c43b09e6de1ca27dffc9.zip
gnome.gnome-contacts: 45.0 → 45.1
https://gitlab.gnome.org/GNOME/gnome-contacts/-/compare/45.0...45.1
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome/core/gnome-contacts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome/core/gnome-contacts/default.nix b/pkgs/desktops/gnome/core/gnome-contacts/default.nix
index 5f938a1fb79b..469e601b0337 100644
--- a/pkgs/desktops/gnome/core/gnome-contacts/default.nix
+++ b/pkgs/desktops/gnome/core/gnome-contacts/default.nix
@@ -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 = [