We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4ce3a6 + dd93355 commit e7f600dCopy full SHA for e7f600d
pkgs/java-debug/debug-plugin.nix
@@ -5,13 +5,13 @@
5
, callPackage
6
}:
7
let
8
- version = "0.32.0";
+ version = "0.37.0";
9
10
src = fetchFromGitHub {
11
owner = "replit";
12
repo = "java-debug";
13
- rev = "debug-interface";
14
- sha256 = "14ada9chynzycnfqc4w9c1w24gyx37by81fyb9y42izdrn46dj2z";
+ rev = "main";
+ sha256 = "RR3Atw2B5ttT+K10wGD+OsDOeMlcNVEqA/7ZTixCXCQ=";
15
};
16
repository = callPackage ./repo.nix {
17
inherit src jdk patches;
pkgs/java-debug/repo.nix
@@ -25,5 +25,5 @@ stdenv.mkDerivation {
25
dontFixup = true;
26
outputHashAlgo = "sha256";
27
outputHashMode = "recursive";
28
- outputHash = "1fc4axfswz9p7sh8pqf1icjypdbmaqbraxy2xn0nr6ykbqn61b3l";
+ outputHash = "eqUv4tMhdBkRWOGmIMbSFpDZl9B1Aq+P3cKAF3m9sZY=";
29
}
0 commit comments