about summary refs log tree commit diff
path: root/pkgs/applications/video/subtitleeditor
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2022-01-09 15:36:48 +0100
committerFelix Buehler <account@buehler.rocks>2022-01-09 15:36:48 +0100
commit45129c9dec3c0492f71f9e3b36d7692a3094ec52 (patch)
treecf043547f627d3cf2d6e83d150c42b358ef8fb04 /pkgs/applications/video/subtitleeditor
parent568e0bc498ee51fdd88e1e94089de05f2fdbd18b (diff)
subtitleeditor: use enchant2
Diffstat (limited to 'pkgs/applications/video/subtitleeditor')
-rw-r--r--pkgs/applications/video/subtitleeditor/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/subtitleeditor/default.nix b/pkgs/applications/video/subtitleeditor/default.nix
index b1c8f436884c5..56d830a2ac76d 100644
--- a/pkgs/applications/video/subtitleeditor/default.nix
+++ b/pkgs/applications/video/subtitleeditor/default.nix
@@ -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 =  [