summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 16:40:16 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-03-01 18:44:04 +0000
commitb29ad647047d30df02878037e80186b10fb5f319 (patch)
tree9417e588f4c4bc817ae9245f5f2ecd63cb10c1a6
parentMerge pull request #292626 from NixOS/backport-292573-to-release-23.11 (diff)
downloadnixpkgs-origin/backport-292358-to-release-23.11.tar.gz
(cherry picked from commit 317fdd1c58d2b492c48ffd2cfed1b52a362fd12b)
-rw-r--r--pkgs/applications/video/filebot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/filebot/default.nix b/pkgs/applications/video/filebot/default.nix
index fd779bf0bf81..738bd9418f00 100644
--- a/pkgs/applications/video/filebot/default.nix
+++ b/pkgs/applications/video/filebot/default.nix
@@ -10,11 +10,11 @@ let
};
in stdenv.mkDerivation (finalAttrs: {
pname = "filebot";
- version = "5.1.2";
+ version = "5.1.3";
src = fetchurl {
url = "https://web.archive.org/web/20230917142929/https://get.filebot.net/filebot/FileBot_${finalAttrs.version}/FileBot_${finalAttrs.version}-portable.tar.xz";
- hash = "sha256-+5I0t67asbCwaMCuqI/ixRHNAdcLTziuYOfepVThoPk=";
+ hash = "sha256-1TkCV3Cjg/5YZODceV5mQDsPYk09IU7+UHwPRwt2vAQ=";
};
unpackPhase = "tar xvf $src";