Commit 1c15b11b authored by R. RyanTM's avatar R. RyanTM
Browse files

subtitleedit: 4.0.4 -> 4.0.5

parent 3f9dfce3
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.4";
  version = "4.0.5";

  src = fetchzip {
    url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${lib.replaceStrings [ "." ] [ "" ] version}.zip";
    hash = "sha256-9z9igHU/23KHOd1TM3Wd7y5kl19cg3D9AQ2MjH5av20=";
    hash = "sha256-qYDLUqC5adzpmlQIq/EKmrkN8D8/EHZmP8QUGAaYf+s=";
    stripRoot = false;
  };