deepin.deepin-editor: 6.0.11 -> 6.0.15

This commit is contained in:
rewine 2023-11-21 20:58:31 +08:00
parent e7fbed40e1
commit 008fa1502f

View File

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