deepin.dtk6core: 6.0.18 -> 6.0.19

This commit is contained in:
rewine 2024-09-20 20:00:54 +08:00
parent 05b03a54b0
commit 5c4f395609

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dtk6core";
version = "6.0.18";
version = "6.0.19";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = "dtk6core";
rev = finalAttrs.version;
hash = "sha256-zyhqkxxWB5U37eBxINNxcbnF5NpImg+E7H1VhfJDz60=";
hash = "sha256-3MwvTnjtVVcMjQa1f4UdagEtWhJj8aDgfUlmnGo/R7s=";
};
patches = [