deepin.dtkdeclarative: 5.6.24 -> 5.6.29

This commit is contained in:
rewine 2024-05-31 11:19:14 +08:00
parent f7697d14d2
commit e2864158d2

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dtkdeclarative"; pname = "dtkdeclarative";
version = "5.6.24"; version = "5.6.29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxdeepin"; owner = "linuxdeepin";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-bGy8e+JAyHiAwWvO5Xz1TubHUDP4i4nWUR4h5/appM0="; hash = "sha256-7pAC7NHsmQudAO2KvEgI5BbnsgjqxaJY5v9GNfKBm1U=";
}; };
patches = [ patches = [