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 55, callPackage
66} :
77let
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 ;
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments