subtitleeditor: use enchant2

This commit is contained in:
Felix Buehler 2022-01-09 15:36:48 +01:00
parent 568e0bc498
commit 45129c9dec
2 changed files with 4 additions and 4 deletions

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "subtitleeditor";
version = "0.54.0";
version = "unstable-2019-11-30";
src = fetchFromGitHub {
owner = "kitone";
repo = "subtitleeditor";
rev = version;
sha256 = "0vxcscc9m6gymgj173ahk2g9hlk9588z5fdaavmkpyriqdlhwm11";
rev = "4c215f4cff4483c44361a2f1d45efc4c6670787f";
sha256 = "sha256-1Q1nd3GJ6iDGQv4SM2S1ehVW6kPdbqTn8KTtTb0obiQ=";
};
nativeBuildInputs = [

View File

@ -19998,7 +19998,7 @@ with pkgs;
subdl = callPackage ../applications/video/subdl { };
subtitleeditor = callPackage ../applications/video/subtitleeditor { enchant = enchant1; };
subtitleeditor = callPackage ../applications/video/subtitleeditor { };
suil = callPackage ../development/libraries/audio/suil { };