deepin.deepin-editor: 6.5.2 -> 6.5.8

This commit is contained in:
rewine
2024-12-24 19:43:23 +08:00
parent 49291ae619
commit bd57668ad5
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "deepin-editor";
version = "6.5.2";
version = "6.5.8";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-Z3fsnjo4Pcu1e8lKvWdWBhpoOFFy0dSrI2HehRYKJ0k=";
hash = "sha256-QMq7DIggMhY4EseIa7/tvgxGwZn07OitOm1YjrzMFHg=";
};
nativeBuildInputs = [