Skip to content

Commit

Permalink
jadx: 1.4.4 -> 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
delroth authored and winterqt committed Oct 24, 2022
1 parent f93f9f4 commit 6fe8b8e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/tools/security/jadx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

let
pname = "jadx";
version = "1.4.4";
version = "1.4.5";

src = fetchFromGitHub {
owner = "skylot";
repo = pname;
rev = "v${version}";
hash = "sha256-ku82SHCJhrruJEiojH6Rp7FUWvM8KtvDivL8CE5C8gc=";
hash = "sha256-so82zzCXIJV5tIVUBJFZEpArThNQVqWASGofNzIobQM=";
};

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

outputHashMode = "recursive";
outputHash = "sha256-nGejkCScX45VMT2nNArqG+fqOGvDwzeH9Xob4XMtdow=";
outputHash = "sha256-J6YpBYVqx+aWiMFX/67T7bhu4RTlKVaT4t359YJ6m7I=";
};
in stdenv.mkDerivation {
inherit pname version src;
Expand Down

0 comments on commit 6fe8b8e

Please sign in to comment.