subtitleedit: 3.6.13 -> 4.0.0

This commit is contained in:
Pavel Sobolev 2023-09-04 22:24:03 +03:00
parent 818441a0cf
commit 0f65b87e6e
No known key found for this signature in database

View file

@ -16,18 +16,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "subtitleedit"; pname = "subtitleedit";
version = "3.6.13"; version = "4.0.0";
src = fetchzip { src = fetchzip {
url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${lib.replaceStrings [ "." ] [ "" ] version}.zip"; url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${lib.replaceStrings [ "." ] [ "" ] version}.zip";
sha256 = "sha256-LoACcpeK1s6EyM5svnsncTENLAEuRqonNLaQ2q4UFxM="; sha256 = "sha256-b98+D2XkPly2J+SliKJ7YGJoSiK+1qGGOqZXzIV6nn4=";
stripRoot = false; stripRoot = false;
}; };
preUnpack = ''
rm -rf source
'';
nativeBuildInputs = [ nativeBuildInputs = [
copyDesktopItems copyDesktopItems
icoutils icoutils
@ -84,7 +80,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A subtitle editor"; description = "A subtitle editor";
homepage = "https://nikse.dk/subtitleedit/"; homepage = "https://nikse.dk/subtitleedit";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
longDescription = '' longDescription = ''
With Subtitle Edit you can easily adjust a subtitle if it is out of sync with With Subtitle Edit you can easily adjust a subtitle if it is out of sync with