Merge pull request #223269 from paveloom/subtitleedit

subtitleedit: 3.6.11 -> 3.6.12
This commit is contained in:
Mario Rodas 2023-04-01 08:36:02 -05:00 committed by GitHub
commit 8effd00267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/";