about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-01 06:55:00 -0500
committerGitHub <noreply@github.com>2024-03-01 06:55:00 -0500
commit962dfcfe977e016b637b5092ee6c1069e8d220a0 (patch)
tree43df559166173554ff55057a05614c426156b6e2 /pkgs/applications/video
parentec869190b56a1b4677d24a8bdbcfe80ccea2ece6 (diff)
parent317fdd1c58d2b492c48ffd2cfed1b52a362fd12b (diff)
Merge pull request #292358 from r-ryantm/auto-update/filebot
filebot: 5.1.2 -> 5.1.3
Diffstat (limited to 'pkgs/applications/video')
-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 fd779bf0bf813..738bd9418f000 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";