tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
filebot: 5.1.2 -> 5.1.3
R. Ryantm
2 years ago
317fdd1c
575147ae
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
video
filebot
default.nix
+2
-2
pkgs/applications/video/filebot/default.nix
···
10
};
11
in stdenv.mkDerivation (finalAttrs: {
12
pname = "filebot";
13
-
version = "5.1.2";
14
15
src = fetchurl {
16
url = "https://web.archive.org/web/20230917142929/https://get.filebot.net/filebot/FileBot_${finalAttrs.version}/FileBot_${finalAttrs.version}-portable.tar.xz";
17
-
hash = "sha256-+5I0t67asbCwaMCuqI/ixRHNAdcLTziuYOfepVThoPk=";
18
};
19
20
unpackPhase = "tar xvf $src";
···
10
};
11
in stdenv.mkDerivation (finalAttrs: {
12
pname = "filebot";
13
+
version = "5.1.3";
14
15
src = fetchurl {
16
url = "https://web.archive.org/web/20230917142929/https://get.filebot.net/filebot/FileBot_${finalAttrs.version}/FileBot_${finalAttrs.version}-portable.tar.xz";
17
+
hash = "sha256-1TkCV3Cjg/5YZODceV5mQDsPYk09IU7+UHwPRwt2vAQ=";
18
};
19
20
unpackPhase = "tar xvf $src";