Skip to content

Commit e7f600d

Browse files
authored
Security updates for java-debug (#438)
2 parents f4ce3a6 + dd93355 commit e7f600d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/java-debug/debug-plugin.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
, callPackage
66
}:
77
let
8-
version = "0.32.0";
8+
version = "0.37.0";
99

1010
src = fetchFromGitHub {
1111
owner = "replit";
1212
repo = "java-debug";
13-
rev = "debug-interface";
14-
sha256 = "14ada9chynzycnfqc4w9c1w24gyx37by81fyb9y42izdrn46dj2z";
13+
rev = "main";
14+
sha256 = "RR3Atw2B5ttT+K10wGD+OsDOeMlcNVEqA/7ZTixCXCQ=";
1515
};
1616
repository = callPackage ./repo.nix {
1717
inherit src jdk patches;

pkgs/java-debug/repo.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ stdenv.mkDerivation {
2525
dontFixup = true;
2626
outputHashAlgo = "sha256";
2727
outputHashMode = "recursive";
28-
outputHash = "1fc4axfswz9p7sh8pqf1icjypdbmaqbraxy2xn0nr6ykbqn61b3l";
28+
outputHash = "eqUv4tMhdBkRWOGmIMbSFpDZl9B1Aq+P3cKAF3m9sZY=";
2929
}

0 commit comments

Comments
 (0)