gnome.gnome-calendar: 46.0 → 46.1

https://gitlab.gnome.org/GNOME/gnome-calendar/-/compare/46.0...46.1

+2 -2
+2 -2
pkgs/desktops/gnome/apps/gnome-calendar/default.nix
··· 21 22 stdenv.mkDerivation rec { 23 pname = "gnome-calendar"; 24 - version = "46.0"; 25 26 src = fetchurl { 27 url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; 28 - hash = "sha256-XiGWDBdL2GBtkIm/eccPMQcKtIN5GYeLANsvFK+f5xg="; 29 }; 30 31 nativeBuildInputs = [
··· 21 22 stdenv.mkDerivation rec { 23 pname = "gnome-calendar"; 24 + version = "46.1"; 25 26 src = fetchurl { 27 url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; 28 + hash = "sha256-mGH/e4q9W3sgaQulXrdULH7FNLVmJp4ptbHoWMFhCJc="; 29 }; 30 31 nativeBuildInputs = [