Unverified Commit 079c1231 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268954 from wineee/deepin-editor

deepin.deepin-editor: 6.0.11 -> 6.0.15
parents 21565a7d 008fa150
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [