deepin.dde-calendar: 5.13.1 -> 5.14.1

This commit is contained in:
rewine 2024-07-31 21:07:27 +08:00
parent 72894c1b45
commit 1412026fca

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "dde-calendar";
version = "5.13.1";
version = "5.14.1";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-Hn759Cxtzv+HBllA2vdZcH6P8EWZkjawpgkmLiE2+uA=";
hash = "sha256-08xkdiP0/haHY3jdHSoA1zXRxMi2t+qxLxbcRc7EO6Q=";
};
patches = [