gnome.gnome-calendar: 40.1 -> 40.2

(cherry picked from commit 356c50f0782ff9d933bbcfe753083a9b9702d4d6)
This commit is contained in:
R. RyanTM 2021-06-05 07:57:40 +00:00 committed by github-actions[bot]
parent 43e16aa54f
commit e2b9878556
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "gnome-calendar";
version = "40.1";
version = "40.2";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "2M30n57uHDo8aZHDL4VjxKfE2w23ymPOUcyRjkM7M6U=";
sha256 = "njcB/UoOWJgA0iUgN3BkTzHVI0ZV9UqDqF/wVW3X6jM=";
};
patches = [