about summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/vobsub2srt
diff options
context:
space:
mode:
authorFelix Bühler <Stunkymonkey@users.noreply.github.com>2021-11-10 22:21:47 +0100
committerGitHub <noreply@github.com>2021-11-10 16:21:47 -0500
commitf5c12e831178d43db794b78c52c87fca83288d21 (patch)
tree4d5960df67349f0b5c7ab94120f3022967c722c2 /pkgs/tools/cd-dvd/vobsub2srt
parentd4554c23a81ad967088ef82ca90b2a5488ef442b (diff)
downloadnixlib-f5c12e831178d43db794b78c52c87fca83288d21.tar
nixlib-f5c12e831178d43db794b78c52c87fca83288d21.tar.gz
nixlib-f5c12e831178d43db794b78c52c87fca83288d21.tar.bz2
nixlib-f5c12e831178d43db794b78c52c87fca83288d21.tar.lz
nixlib-f5c12e831178d43db794b78c52c87fca83288d21.tar.xz
nixlib-f5c12e831178d43db794b78c52c87fca83288d21.tar.zst
nixlib-f5c12e831178d43db794b78c52c87fca83288d21.zip
treewide: replace '-git' packages with 'unstable-' in version (#145396)
Diffstat (limited to 'pkgs/tools/cd-dvd/vobsub2srt')
-rw-r--r--pkgs/tools/cd-dvd/vobsub2srt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/cd-dvd/vobsub2srt/default.nix b/pkgs/tools/cd-dvd/vobsub2srt/default.nix
index 54df481cd676..624bcc08b41f 100644
--- a/pkgs/tools/cd-dvd/vobsub2srt/default.nix
+++ b/pkgs/tools/cd-dvd/vobsub2srt/default.nix
@@ -1,8 +1,8 @@
 { lib, stdenv, fetchgit, cmake, libtiff, pkg-config, tesseract }:
 
 stdenv.mkDerivation rec {
-  pname = "vobsub2srt-git";
-  version = "20140817-${builtins.substring 0 7 rev}";
+  pname = "vobsub2srt";
+  version = "unstable-2014-08-17";
   rev = "a6abbd61127a6392d420bbbebdf7612608c943c2";
 
   src = fetchgit {