deepin.dtkcommon: 5.6.32 -> 5.7.13

This commit is contained in:
rewine
2025-04-13 13:52:46 +08:00
parent 83a5e12e01
commit 312e701b70
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "dtkcommon";
version = "5.6.32";
version = "5.7.13";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-e+8kG9bB6iby2RgD8jn75GyefLRHNnjD+n04hXbi5ec=";
hash = "sha256-yQKkqHL5W2mHPE3zchAwtWUH55zrCEJwcVWCheC0rW4=";
};
nativeBuildInputs = [ cmake ];