about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-06-15 03:17:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-06-15 03:17:14 +0000
commit9896d3e92902cfb8515bba6305bfd0ffc3b3ca0c (patch)
tree43b03c507aeb4d771ba7cf0816abc74385443177 /pkgs/desktops
parent8f5ceec1d89e7e0c6b5b5e020ac5cccbd87427e8 (diff)
gnome.gnome-calendar: 42.1 -> 42.2
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome/apps/gnome-calendar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome/apps/gnome-calendar/default.nix b/pkgs/desktops/gnome/apps/gnome-calendar/default.nix
index 058984ca7472b..432980300d2d2 100644
--- a/pkgs/desktops/gnome/apps/gnome-calendar/default.nix
+++ b/pkgs/desktops/gnome/apps/gnome-calendar/default.nix
@@ -22,11 +22,11 @@
 
 stdenv.mkDerivation rec {
   pname = "gnome-calendar";
-  version = "42.1";
+  version = "42.2";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
-    sha256 = "0SKBy78a+GxyN1/mrZNG7Q4sLziKHq6FjOzmQGCm66g=";
+    sha256 = "rnzGOq6WoCqlmbbWo0hYX0529ylTbznvt0QwKwW1+70=";
   };
 
   nativeBuildInputs = [