File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
, callPackage
6
6
} :
7
7
let
8
- version = "0.32 .0" ;
8
+ version = "0.37 .0" ;
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "replit" ;
12
12
repo = "java-debug" ;
13
- rev = "debug-interface " ;
14
- sha256 = "14ada9chynzycnfqc4w9c1w24gyx37by81fyb9y42izdrn46dj2z " ;
13
+ rev = "main " ;
14
+ sha256 = "RR3Atw2B5ttT+K10wGD+OsDOeMlcNVEqA/7ZTixCXCQ= " ;
15
15
} ;
16
16
repository = callPackage ./repo.nix {
17
17
inherit src jdk patches ;
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ stdenv.mkDerivation {
25
25
dontFixup = true ;
26
26
outputHashAlgo = "sha256" ;
27
27
outputHashMode = "recursive" ;
28
- outputHash = "1fc4axfswz9p7sh8pqf1icjypdbmaqbraxy2xn0nr6ykbqn61b3l " ;
28
+ outputHash = "eqUv4tMhdBkRWOGmIMbSFpDZl9B1Aq+P3cKAF3m9sZY= " ;
29
29
}
You can’t perform that action at this time.
0 commit comments