Unverified Commit 2cfcbfcb authored by Pavel Sobolev's avatar Pavel Sobolev
Browse files

subtitleedit: 4.0.0 -> 4.0.1

parent c1850cf4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@

stdenv.mkDerivation rec {
  pname = "subtitleedit";
  version = "4.0.0";
  version = "4.0.1";

  src = fetchzip {
    url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${lib.replaceStrings [ "." ] [ "" ] version}.zip";
    sha256 = "sha256-b98+D2XkPly2J+SliKJ7YGJoSiK+1qGGOqZXzIV6nn4=";
    hash = "sha256-Z7NVn4F19Hx55YWPNmbpWZ8yQulXd50bcy2A/8pCqJ4=";
    stripRoot = false;
  };