dde-calendar: 5.10.1 -> 5.11.0

This commit is contained in:
rewine
2023-11-23 10:00:32 +08:00
parent a1f93e275c
commit 42393f9b09
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "dde-calendar";
version = "5.10.1";
version = "5.11.0";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-oPrtPOCLZof4BysWfsCYeoqbJf30r7LijGEEXZlsAAY=";
hash = "sha256-AgomXDydGHzfybE3r4IW94zIWKtwURmLW68MwqjLBWE=";
};
patches = [