deepin.dtkcommon: 5.6.29 -> 5.6.32

This commit is contained in:
rewine 2024-07-26 20:05:52 +08:00
parent 03f5c8cf80
commit 57c831e792

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "dtkcommon";
version = "5.6.29";
version = "5.6.32";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-1u+GhPI5F3t2h14VlRKpyPNArGoGgWOk2zA8D6vR6nU=";
hash = "sha256-e+8kG9bB6iby2RgD8jn75GyefLRHNnjD+n04hXbi5ec=";
};
nativeBuildInputs = [