diff options
| author | Bobby Rong <rjl931189261@126.com> | 2023-10-25 13:22:34 +0000 |
|---|---|---|
| committer | Bobby Rong <rjl931189261@126.com> | 2023-10-29 20:07:49 +0800 |
| commit | 24ece7a585c1dfb97811ad7937995cf74a6efa3f (patch) | |
| tree | ff6d56b784184b508a0289ccee3bc61882e35932 | |
| parent | evolution-ews: 3.50.0 → 3.50.1 (diff) | |
| download | nixpkgs-24ece7a585c1dfb97811ad7937995cf74a6efa3f.tar.gz | |
gnome.gnome-calendar: 45.0 → 45.1
https://gitlab.gnome.org/GNOME/gnome-calendar/-/compare/45.0...45.1
utils: Remove 24h utility function
https://github.com/GNOME/gnome-calendar/commit/b26f33ea10a430abbdea52e96d8dda820bb719fe
g-d-s clock-format still has usage gcal-context.c.
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
| -rw-r--r-- | pkgs/desktops/gnome/apps/gnome-calendar/default.nix | 4 |
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 9005c658c4c0..410c631583e2 100644 --- a/pkgs/desktops/gnome/apps/gnome-calendar/default.nix +++ b/pkgs/desktops/gnome/apps/gnome-calendar/default.nix @@ -21,11 +21,11 @@ stdenv.mkDerivation rec { pname = "gnome-calendar"; - version = "45.0"; + version = "45.1"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; - sha256 = "jBSDy7pDiNtBCHXtCdZOkAP5KbVV1wQHam/nvXweZbI="; + sha256 = "f6hQdUOGWqdDK7UxmDDIcVi1RHygnMpFtgfcZ5bHEAg="; }; nativeBuildInputs = [ |
