deepin.deepin-editor: 6.0.10 -> 6.0.11

This commit is contained in:
rewine 2023-08-22 10:17:22 +08:00
parent 46e52862ed
commit e1bc521587
No known key found for this signature in database
GPG key ID: 2964FF5514455F51

View file

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "deepin-editor";
version = "6.0.10";
version = "6.0.11";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-NevylvfeoT69i1AFJTypSfJKEd38uSXwGm9doRrZ2TI=";
hash = "sha256-OdKEskxrzFo4VOsR2+rsH3G63uqMmsBuXufayHWSQac=";
};
nativeBuildInputs = [