Merge pull request #255698 from felschr/filebot

filebot: 5.0.3 -> 5.1.1

authored by Ryan Mulligan and committed by GitHub 961e8be9 7cd63c32

+3 -3
+3 -3
pkgs/applications/video/filebot/default.nix
··· 10 10 }; 11 11 in stdenv.mkDerivation (finalAttrs: { 12 12 pname = "filebot"; 13 - version = "5.0.3"; 13 + version = "5.1.1"; 14 14 15 15 src = fetchurl { 16 - url = "https://web.archive.org/web/20230418205553/https://get.filebot.net/filebot/FileBot_${finalAttrs.version}/FileBot_${finalAttrs.version}-portable.tar.xz"; 17 - hash = "sha256-8FTmR+ztR2ugPcgHvfwyh9yfxPiUJdeAVvjjl5cQCy0="; 16 + url = "https://web.archive.org/web/20230917142929/https://get.filebot.net/filebot/FileBot_${finalAttrs.version}/FileBot_${finalAttrs.version}-portable.tar.xz"; 17 + hash = "sha256-BCsZBRtT2Ka7WZw7WFnagwoJwIO1L3qpFk/6nlGdpmQ="; 18 18 }; 19 19 20 20 unpackPhase = "tar xvf $src";