Skip to content

Commit 6fe8b8e

Browse files
delrothwinterqt
authored andcommitted
jadx: 1.4.4 -> 1.4.5
1 parent f93f9f4 commit 6fe8b8e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pkgs/tools/security/jadx/default.nix

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
let
44
pname = "jadx";
5-
version = "1.4.4";
5+
version = "1.4.5";
66

77
src = fetchFromGitHub {
88
owner = "skylot";
99
repo = pname;
1010
rev = "v${version}";
11-
hash = "sha256-ku82SHCJhrruJEiojH6Rp7FUWvM8KtvDivL8CE5C8gc=";
11+
hash = "sha256-so82zzCXIJV5tIVUBJFZEpArThNQVqWASGofNzIobQM=";
1212
};
1313

1414
deps = stdenv.mkDerivation {
@@ -37,10 +37,14 @@ let
3737
find $GRADLE_USER_HOME/caches/modules-2 -type f -regex '.*\.\(jar\|pom\)' \
3838
| perl -pe 's#(.*/([^/]+)/([^/]+)/([^/]+)/[0-9a-f]{30,40}/([^/\s]+))$# ($x = $2) =~ tr|\.|/|; "install -Dm444 $1 \$out/$x/$3/$4/$5" #e' \
3939
| sh
40+
41+
# Work around okio-2.10.0 bug, fixed in 3.0. Remove "-jvm" from filename.
42+
# https://github.com/square/okio/issues/954
43+
mv $out/com/squareup/okio/okio/2.10.0/okio{-jvm,}-2.10.0.jar
4044
'';
4145

4246
outputHashMode = "recursive";
43-
outputHash = "sha256-nGejkCScX45VMT2nNArqG+fqOGvDwzeH9Xob4XMtdow=";
47+
outputHash = "sha256-J6YpBYVqx+aWiMFX/67T7bhu4RTlKVaT4t359YJ6m7I=";
4448
};
4549
in stdenv.mkDerivation {
4650
inherit pname version src;

0 commit comments

Comments
 (0)