deepin.deepin-voice-note: 5.10.22 -> 5.11.1

This commit is contained in:
rewine 2023-03-16 16:52:32 +08:00
parent eec9785538
commit 691cbaff10
No known key found for this signature in database
GPG key ID: AABB329787290824

View file

@ -18,13 +18,13 @@
}:
stdenv.mkDerivation rec {
pname = "deepin-voice-note";
version = "5.10.22";
version = "5.11.1";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "sha256-ZDw/kGmhcoTPDUsZa9CYhrVbK4Uo75G0L4q4cCBPr7E=";
sha256 = "sha256-JX4OuVu+5/a3IhkfnvaWVDaKl+xg/8qxlvp9hM0nHNU=";
};
postPatch = ''
@ -56,6 +56,8 @@ stdenv.mkDerivation rec {
gst-plugins-good
]);
strictDeps = true;
cmakeFlags = [ "-DVERSION=${version}" ];
env.NIX_CFLAGS_COMPILE = "-I${dde-qt-dbus-factory}/include/libdframeworkdbus-2.0";