filebot: 5.1.4 -> 5.1.5

This commit is contained in:
Felix Schröter 2024-08-23 23:07:51 +02:00
parent 5935506230
commit 12dda437e2
No known key found for this signature in database
GPG Key ID: 671E39E6744C807D

View File

@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "filebot";
version = "5.1.4";
version = "5.1.5";
src = fetchurl {
url = "https://web.archive.org/web/20230917142929/https://get.filebot.net/filebot/FileBot_${finalAttrs.version}/FileBot_${finalAttrs.version}-portable.tar.xz";
hash = "sha256-UEgG3bQT5GPMfh/nxC1aXGsb8HKE5Ov5ax0ULjLr73U=";
hash = "sha256-fwyo9J5O728xxWHWvq63bTJMV4IAMAHZR0yr3Pb6d7U=";
};
unpackPhase = "tar xvf $src";