filebot: 5.1.7 -> 5.2.0

+4 -4
+4 -4
pkgs/by-name/fi/filebot/package.nix
··· 18 18 19 19 let 20 20 lanterna = fetchurl { 21 - url = "https://search.maven.org/remotecontent?filepath=com/googlecode/lanterna/lanterna/3.1.1/lanterna-3.1.1.jar"; 22 - hash = "sha256-7zxCeXYW5v9ritnvkwRpPKdgSptCmkT3HJOaNgQHUmQ="; 21 + url = "https://search.maven.org/remotecontent?filepath=com/googlecode/lanterna/lanterna/3.1.3/lanterna-3.1.3.jar"; 22 + hash = "sha256-4EeBz34i9+7iYwnx2IC74SQMLw6ThgNKJD8Hy6eMUOA="; 23 23 }; 24 24 in 25 25 stdenv.mkDerivation (finalAttrs: { 26 26 pname = "filebot"; 27 - version = "5.1.7"; 27 + version = "5.2.0"; 28 28 29 29 src = fetchurl { 30 30 url = "https://web.archive.org/web/20230917142929/https://get.filebot.net/filebot/FileBot_${finalAttrs.version}/FileBot_${finalAttrs.version}-portable.tar.xz"; 31 - hash = "sha256-GpjWo2+AsT0hD3CJJ8Pf/K5TbWtG0ZE2tIpH/UEGTws="; 31 + hash = "sha256-OcXXKaZcBuP584SJWeQB+aaxO0kih6Oiud0Vm8e9kPo="; 32 32 }; 33 33 34 34 unpackPhase = "tar xvf $src";