subtitleedit: 3.6.11 -> 3.6.12

This commit is contained in:
Pavel Sobolev 2023-03-26 18:53:26 +03:00
parent 5163912c21
commit 8a619cd583
No known key found for this signature in database

View file

@ -11,15 +11,16 @@
, mono
, mpv
, tesseract4
, nix-update-script
}:
stdenv.mkDerivation rec {
pname = "subtitleedit";
version = "3.6.11";
version = "3.6.12";
src = fetchzip {
url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${lib.replaceStrings [ "." ] [ "" ] version}.zip";
sha256 = "00w9jx704in3hbnzp0i7bhqkhbl0h5mahc5izwa980b67w08dc26";
sha256 = "08p67krgcignjisbq7nmnb3nga2sad4vl739ak4a5rp3b49l1dmb";
stripRoot = false;
};
@ -79,6 +80,8 @@ stdenv.mkDerivation rec {
})
];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "A subtitle editor";
homepage = "https://nikse.dk/subtitleedit/";