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

subtitleedit: 4.0.1 -> 4.0.2

parent 0b645c68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,11 +18,11 @@

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

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