Unverified Commit aff9ad07 authored by Pavel Sobolev's avatar Pavel Sobolev
Browse files

subtitleedit: 4.0.6 -> 4.0.7

parent 4ae4064f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
  pname = "subtitleedit";
  version = "4.0.6";
  version = "4.0.7";

  src = fetchzip {
    url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${
      lib.replaceStrings [ "." ] [ "" ] version
    }.zip";
    hash = "sha256-ipAqnF7rpSXccWkyTysUBrD0/mnv5AEA5GuxMJjW9Dg=";
    hash = "sha256-7BTW0wqlxyxtXu4aBVQXMQ1mUdSINn+S6W7XPL5pcSI=";
    stripRoot = false;
  };

@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
      exec = "subtitleedit";
      icon = "subtitleedit";
      comment = meta.description;
      categories = [ "Video" ];
      categories = [ "AudioVideo" ];
    })
  ];