Merge pull request #228543 from r-ryantm/auto-update/jadx

jadx: 1.4.6 -> 1.4.7
This commit is contained in:
Weijia Wang
2023-04-27 22:01:08 +03:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
let
pname = "jadx";
version = "1.4.6";
version = "1.4.7";
src = fetchFromGitHub {
owner = "skylot";
repo = pname;
rev = "v${version}";
hash = "sha256-nxEK2K6id1Rnqo85ls6YEHXrhc9ykJU17+olGqg+aGA=";
hash = "sha256-3t2e3WfH/ohkdGWlfV3t9oHJ1Q6YM6nSLOgmzgJEkls=";
};
deps = stdenv.mkDerivation {