Unverified Commit bb881a68 authored by rewine's avatar rewine Committed by GitHub
Browse files

deepin.deepin-editor: 6.5.2 -> 6.5.8 (#367891)

parents 2ea61d0e bd57668a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [