about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-11 20:58:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-11 20:58:16 +0000
commit3145307809f845b3d1c940afc14b45cb61587818 (patch)
tree87a3bd868fde39acbd4367e4dcc60f16cd75cc59 /pkgs/applications
parent6ac7b9234ad8762539fd492b295ec7b1d847570f (diff)
downloadnixlib-3145307809f845b3d1c940afc14b45cb61587818.tar
nixlib-3145307809f845b3d1c940afc14b45cb61587818.tar.gz
nixlib-3145307809f845b3d1c940afc14b45cb61587818.tar.bz2
nixlib-3145307809f845b3d1c940afc14b45cb61587818.tar.lz
nixlib-3145307809f845b3d1c940afc14b45cb61587818.tar.xz
nixlib-3145307809f845b3d1c940afc14b45cb61587818.tar.zst
nixlib-3145307809f845b3d1c940afc14b45cb61587818.zip
filebot: 5.1.1 -> 5.1.2
Diffstat (limited to 'pkgs/applications')
-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 e38b4dde3d29..fd779bf0bf81 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.1";
+  version = "5.1.2";
 
   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-BCsZBRtT2Ka7WZw7WFnagwoJwIO1L3qpFk/6nlGdpmQ=";
+    hash = "sha256-+5I0t67asbCwaMCuqI/ixRHNAdcLTziuYOfepVThoPk=";
   };
 
   unpackPhase = "tar xvf $src";