filebot: 5.2.0 -> 5.2.1 (#490132)

This commit is contained in:
Felix Schröter
2026-06-05 20:35:23 +00:00
committed by GitHub

View File

@@ -24,11 +24,11 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "filebot"; pname = "filebot";
version = "5.2.0"; version = "5.2.1";
src = fetchurl { src = fetchurl {
url = "https://web.archive.org/web/20230917142929/https://get.filebot.net/filebot/FileBot_${finalAttrs.version}/FileBot_${finalAttrs.version}-portable.tar.xz"; url = "https://web.archive.org/web/20230917142929/https://get.filebot.net/filebot/FileBot_${finalAttrs.version}/FileBot_${finalAttrs.version}-portable.tar.xz";
hash = "sha256-OcXXKaZcBuP584SJWeQB+aaxO0kih6Oiud0Vm8e9kPo="; hash = "sha256-1LYFc76wQOnmlkdGjE7ZuRh4FeM2o8ZM4sfDwx8hyBc=";
}; };
unpackPhase = "tar xvf $src"; unpackPhase = "tar xvf $src";