summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-08-08 03:45:33 +0300
committerGitHub <noreply@github.com>2021-08-08 03:45:33 +0300
commit6a1df46fa7e296338892f70a07fa2aef6c652431 (patch)
tree50d72be3fe36ecdf577d9a7a016a160dd318297e /pkgs/applications/video
parentfb6d6e9cd29eda6ab8e31e2b6e96c1d0ffab5e32 (diff)
parent6b18e415e8b4fd2d17bdb073d2ea7cbb570eba47 (diff)
downloadnixpkgs-6a1df46fa7e296338892f70a07fa2aef6c652431.tar
nixpkgs-6a1df46fa7e296338892f70a07fa2aef6c652431.tar.gz
nixpkgs-6a1df46fa7e296338892f70a07fa2aef6c652431.tar.bz2
nixpkgs-6a1df46fa7e296338892f70a07fa2aef6c652431.tar.lz
nixpkgs-6a1df46fa7e296338892f70a07fa2aef6c652431.tar.xz
nixpkgs-6a1df46fa7e296338892f70a07fa2aef6c652431.tar.zst
nixpkgs-6a1df46fa7e296338892f70a07fa2aef6c652431.zip
Merge pull request #133067 from r-ryantm/auto-update/filebot
filebot: 4.9.3 -> 4.9.4
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/filebot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/filebot/default.nix b/pkgs/applications/video/filebot/default.nix
index 92c15fea9a3..a32228176cb 100644
--- a/pkgs/applications/video/filebot/default.nix
+++ b/pkgs/applications/video/filebot/default.nix
@@ -10,11 +10,11 @@ in
 
 stdenv.mkDerivation rec {
   pname = "filebot";
-  version = "4.9.3";
+  version = "4.9.4";
 
   src = fetchurl {
     url = "https://web.archive.org/web/20210326102451/https://get.filebot.net/filebot/FileBot_${version}/FileBot_${version}-portable.tar.xz";
-    sha256 = "sha256-T+y8k757/qFCVOCc/SNc7a+KmyscPlowubNQYzMr8jY=";
+    sha256 = "sha256-fz0B9P/UBrlKGPZkheMd/4cFnWHt+brS3zRTv4nVt9o=";
   };
 
   unpackPhase = "tar xvf $src";