filebot: 5.0.2 -> 5.0.3

This commit is contained in:
Felix Schröter 2023-05-31 14:57:11 +02:00
parent 69867f9de4
commit 450d3f7123
No known key found for this signature in database
GPG Key ID: 671E39E6744C807D

View File

@ -9,11 +9,11 @@ let
};
in stdenv.mkDerivation rec {
pname = "filebot";
version = "5.0.2";
version = "5.0.3";
src = fetchurl {
url = "https://web.archive.org/web/20230418205553/https://get.filebot.net/filebot/FileBot_${version}/FileBot_${version}-portable.tar.xz";
hash = "sha256-XnzBXZy/gNA8qf7XairoviRmdQiXHbW19BgbHL52SP0=";
hash = "sha256-8FTmR+ztR2ugPcgHvfwyh9yfxPiUJdeAVvjjl5cQCy0=";
};
unpackPhase = "tar xvf $src";