Skip to content

Commit

Permalink
Security updates for java-debug (#173)
Browse files Browse the repository at this point in the history
Why
===

Update java-debug for security update. Mirrors
replit/nixmodules#438

What changed
============

Update version to main branch (d66ba60090a1165d94632615deff884e113f8ea5)
of https://github.com/replit/java-debug
  • Loading branch information
airportyh authored Feb 26, 2025
1 parent 898dcb2 commit f45a569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/java-debug/debug-plugin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
, callPackage
}:
let
version = "0.32.0";
version = "0.37.0";

src = fetchFromGitHub {
owner = "replit";
repo = "java-debug";
rev = "debug-interface";
sha256 = "14ada9chynzycnfqc4w9c1w24gyx37by81fyb9y42izdrn46dj2z";
rev = "main";
sha256 = "RR3Atw2B5ttT+K10wGD+OsDOeMlcNVEqA/7ZTixCXCQ=";
};
repository = callPackage ./repo.nix {
inherit src jdk patches;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/java-debug/repo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ stdenv.mkDerivation {
dontFixup = true;
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "dKxgLF7Tm2yB7cJ3lRdWdbXrJYvB4YugPjd9rl1XhLk=";
outputHash = "eqUv4tMhdBkRWOGmIMbSFpDZl9B1Aq+P3cKAF3m9sZY=";
}

0 comments on commit f45a569

Please sign in to comment.