about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2023-12-17 11:41:24 +0100
committerGitHub <noreply@github.com>2023-12-17 11:41:24 +0100
commit0bf69f9aeb4f309c14cee8915c08ca461fb857bd (patch)
treef553786cf29040d9a6af0893fcc46598d56228c9
parent0009d02d743d24318fececedcaedfac269c0ead1 (diff)
Revert "filebot: 5.1.1 -> 5.1.2" revert-273640-auto-update/filebot
-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 fd779bf0bf813..e38b4dde3d29a 100644
--- a/pkgs/applications/video/filebot/default.nix
+++ b/pkgs/applications/video/filebot/default.nix
@@ -10,11 +10,11 @@ let
   };
 in stdenv.mkDerivation (finalAttrs: {
   pname = "filebot";
-  version = "5.1.2";
+  version = "5.1.1";
 
   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-+5I0t67asbCwaMCuqI/ixRHNAdcLTziuYOfepVThoPk=";
+    hash = "sha256-BCsZBRtT2Ka7WZw7WFnagwoJwIO1L3qpFk/6nlGdpmQ=";
   };
 
   unpackPhase = "tar xvf $src";