Unverified Commit 7443624a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

subtitleedit: 4.0.8 -> 4.0.10 (#367179)

parents 3667e0b7 5ac62511
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
  pname = "subtitleedit";
  version = "4.0.8";
  version = "4.0.10";

  src = fetchzip {
    url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${
      lib.replaceStrings [ "." ] [ "" ] version
    }.zip";
    hash = "sha256-pUCuAxCljRu1fXPQIBDWtkC17RBD+Bv6Nx5Tw/ACuXw=";
    hash = "sha256-9T5CiPd90wqgK1s/w1u2doD0lN29u3HTsu+jKRSO9LA=";
    stripRoot = false;
  };