Skip to content

Commit

Permalink
Merge pull request #163035 from felschr/filebot
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Mar 22, 2022
2 parents c70a013 + 54c98eb commit 0ce2569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/video/filebot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ in

stdenv.mkDerivation rec {
pname = "filebot";
version = "4.9.5";
version = "4.9.6";

src = fetchurl {
url = "https://web.archive.org/web/20220226124706/https://get.filebot.net/filebot/FileBot_${version}/FileBot_${version}-portable.tar.xz";
sha256 = "sha256-LNvfAueDMd2TedK6bqnNG+J/4YhhbmUca9iyUkoUNkE=";
url = "https://web.archive.org/web/20220305095926/https://get.filebot.net/filebot/FileBot_${version}/FileBot_${version}-portable.tar.xz";
sha256 = "sha256-3j0WmmamE9KUNwjOVZvrdFH5dS/9FHSdbLfcAsOzQOo=";
};

unpackPhase = "tar xvf $src";
Expand Down

0 comments on commit 0ce2569

Please sign in to comment.