about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-03-22 19:47:06 +0200
committerGitHub <noreply@github.com>2022-03-22 19:47:06 +0200
commit0ce256984a5ccb800e1cb2c841fa25eb28f89292 (patch)
tree2ebed9a5e7ced6e35701519d336c00c277735e3a /pkgs/applications/video
parentc70a013edbf5cded206bbddf2725c4e8bbee6dba (diff)
parent54c98ebd268cd28370499269dd3eb15b94a8a585 (diff)
downloadnixlib-0ce256984a5ccb800e1cb2c841fa25eb28f89292.tar
nixlib-0ce256984a5ccb800e1cb2c841fa25eb28f89292.tar.gz
nixlib-0ce256984a5ccb800e1cb2c841fa25eb28f89292.tar.bz2
nixlib-0ce256984a5ccb800e1cb2c841fa25eb28f89292.tar.lz
nixlib-0ce256984a5ccb800e1cb2c841fa25eb28f89292.tar.xz
nixlib-0ce256984a5ccb800e1cb2c841fa25eb28f89292.tar.zst
nixlib-0ce256984a5ccb800e1cb2c841fa25eb28f89292.zip
Merge pull request #163035 from felschr/filebot
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/filebot/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/filebot/default.nix b/pkgs/applications/video/filebot/default.nix
index d80384f7b26a..df435d03d09d 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.5";
+  version = "4.9.6";
 
   src = fetchurl {
-    url = "https://web.archive.org/web/20220226124706/https://get.filebot.net/filebot/FileBot_${version}/FileBot_${version}-portable.tar.xz";
-    sha256 = "sha256-LNvfAueDMd2TedK6bqnNG+J/4YhhbmUca9iyUkoUNkE=";
+    url = "https://web.archive.org/web/20220305095926/https://get.filebot.net/filebot/FileBot_${version}/FileBot_${version}-portable.tar.xz";
+    sha256 = "sha256-3j0WmmamE9KUNwjOVZvrdFH5dS/9FHSdbLfcAsOzQOo=";
   };
 
   unpackPhase = "tar xvf $src";