Skip to content

Commit 1204b5e

Browse files
committed
Merge remote-tracking branch 'replit/main'
2 parents 3a3a733 + e7f600d commit 1204b5e

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/java-debug/debug-plugin.nix

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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
}

pkgs/poetry/poetry-py3.10.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs, python, pypkgs }:
22
pkgs.callPackage ./poetry-in-venv.nix {
3-
version = "1.5.4";
4-
url = https://storage.googleapis.com/poetry-bundles/poetry-1.5.5-python-3.10.14-bundle.tgz;
5-
sha256 = "sha256:0sfkj927jxc5qbi3lqnyya9l7hswy7w8ihk5acxivmj3gpxz547i";
3+
version = "1.5.6";
4+
url = https://storage.googleapis.com/poetry-bundles/poetry-1.5.6-python-3.10.16-bundle.tgz;
5+
sha256 = "sha256:1bgdqyh7mvbpay47k5wni25vrx7j9f3g15bhcnws33vy2vyqyldc";
66
inherit python pypkgs;
77
}

pkgs/poetry/poetry-py3.11.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs, python, pypkgs }:
22
pkgs.callPackage ./poetry-in-venv.nix {
3-
version = "1.5.4";
4-
url = https://storage.googleapis.com/poetry-bundles/poetry-1.5.5-python-3.11.9-bundle.tgz;
5-
sha256 = "sha256:0madgivk9zywddir130rrvfyxg8whah8dgzd1g2m88j1yvdgspnd";
3+
version = "1.5.6";
4+
url = https://storage.googleapis.com/poetry-bundles/poetry-1.5.6-python-3.11.10-bundle.tgz;
5+
sha256 = "sha256:139kfql4in5lc519q6bfby27jbfaixm4x1zdj778vm1hdd8ydn6k";
66
inherit python pypkgs;
77
}

pkgs/poetry/poetry-py3.12.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs, python, pypkgs }:
22
pkgs.callPackage ./poetry-in-venv.nix {
3-
version = "1.5.4";
4-
url = https://storage.googleapis.com/poetry-bundles/poetry-1.5.5-python-3.12.3-bundle.tgz;
5-
sha256 = "sha256:0d5cvh29683mya1lvwnn0r39bh3agm1gfhkrs3cc57rgs6dfp6yg";
3+
version = "1.5.6";
4+
url = https://storage.googleapis.com/poetry-bundles/poetry-1.5.6-python-3.12.7-bundle.tgz;
5+
sha256 = "sha256:1v42fgq3p5g41l5al33fswrx4g335gf1jxadvdf378giy583r309";
66
inherit python pypkgs;
77
}

0 commit comments

Comments
 (0)