deepin.dde-calendar: 5.12.1 -> 5.13.1

This commit is contained in:
rewine 2024-05-31 14:57:59 +08:00
parent a1d81d6cfb
commit 751809fb33

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "dde-calendar";
version = "5.12.1";
version = "5.13.1";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-p+KtObh2JT7aPcDCi0jmaNmLqB1aU3IvAiYrGmhErcI=";
hash = "sha256-Hn759Cxtzv+HBllA2vdZcH6P8EWZkjawpgkmLiE2+uA=";
};
patches = [