From b6dcdd33ea0bbcd304d59cc522b69c82911cd506 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Mar 2023 15:20:44 +0000 Subject: [PATCH] filebot: 4.9.6 -> 5.0.1 --- pkgs/applications/video/filebot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/filebot/default.nix b/pkgs/applications/video/filebot/default.nix index 45f7d099056d..014e009f2496 100644 --- a/pkgs/applications/video/filebot/default.nix +++ b/pkgs/applications/video/filebot/default.nix @@ -4,11 +4,11 @@ stdenv.mkDerivation rec { pname = "filebot"; - version = "4.9.6"; + version = "5.0.1"; src = fetchurl { url = "https://web.archive.org/web/20220305095926/https://get.filebot.net/filebot/FileBot_${version}/FileBot_${version}-portable.tar.xz"; - sha256 = "sha256-3j0WmmamE9KUNwjOVZvrdFH5dS/9FHSdbLfcAsOzQOo="; + sha256 = "sha256-0d0+o8ZiF1m83AasjoxUDNtUSquy69wFY1m1oYeybFw="; }; unpackPhase = "tar xvf $src";