diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2021-08-08 00:12:43 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-10-24 12:03:23 +0000 |
| commit | b3ce8310eb542a6fdfd44fed5d59b06c6a910f4b (patch) | |
| tree | bded4d620f979b0e3b5b7efa5731bfc2c1ed05c4 | |
| parent | nixos/bookstack: fix error message output (#142722) (diff) | |
| download | nixpkgs-origin/backport-133067-to-release-21.05.tar.gz | |
filebot: 4.9.3 -> 4.9.4origin/backport-133067-to-release-21.05
(cherry picked from commit 6b18e415e8b4fd2d17bdb073d2ea7cbb570eba47)
| -rw-r--r-- | pkgs/applications/video/filebot/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/filebot/default.nix b/pkgs/applications/video/filebot/default.nix index 92c15fea9a35..a32228176cb9 100644 --- a/pkgs/applications/video/filebot/default.nix +++ b/pkgs/applications/video/filebot/default.nix @@ -10,11 +10,11 @@ in stdenv.mkDerivation rec { pname = "filebot"; - version = "4.9.3"; + version = "4.9.4"; src = fetchurl { url = "https://web.archive.org/web/20210326102451/https://get.filebot.net/filebot/FileBot_${version}/FileBot_${version}-portable.tar.xz"; - sha256 = "sha256-T+y8k757/qFCVOCc/SNc7a+KmyscPlowubNQYzMr8jY="; + sha256 = "sha256-fz0B9P/UBrlKGPZkheMd/4cFnWHt+brS3zRTv4nVt9o="; }; unpackPhase = "tar xvf $src"; |
