3
0
Fork 0
forked from mirrors/nixpkgs

gnome.gnome-calendar: 41.1 -> 41.2

This commit is contained in:
R. Ryantm 2021-12-12 01:26:42 +00:00 committed by Jan Tojnar
parent a545e9e5c9
commit bf2ed22673

View file

@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "gnome-calendar";
version = "41.1";
version = "41.2";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "m1EmsjPhuPic9MIyYIlXHYKakwPsieplz2IWTmp0IuE=";
sha256 = "lWsvGQMiZRxn/mZyI4lviqWs8ztwraWjsFpTYb2mYRo=";
};
patches = [