Skip to content

Commit 9298bdb

Browse files
committed
typescript: 1.0.15 -> 1.0.21
1 parent a122984 commit 9298bdb

File tree

2 files changed

+3815
-9025
lines changed

2 files changed

+3815
-9025
lines changed

modules/kernels/typescript/default.nix

+6-5
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,21 @@
3434
pkgs' = import self.inputs.nixpkgs-stable.outPath {
3535
inherit system;
3636
config.permittedInsecurePackages = [
37-
"nodejs-14.21.3"
38-
"openssl-1.1.1w"
37+
# "nodejs-14.21.3"
38+
# "openssl-1.1.1w"
3939
];
4040
};
4141
_npmlock2nix = pkgs'.callPackage npmlock2nix {};
4242

43-
version = "1.0.15";
43+
version = "1.0.21";
4444

4545
tslabSrc = fetchTarball {
4646
url = "https://github.com/yunabe/tslab/archive/v${version}.tar.gz";
47-
sha256 = "1q2wsdcgha6qivs238pysgmiabjhyflpd1bqbx0cgisgiz2nq3vs";
47+
sha256 = "sha256:17krhjn7sl23333bddbjqrwjbx49c6s6ykdhfj8vg8g3jdc5i4n9";
4848
};
4949

50-
tslab = _npmlock2nix.build {
50+
tslab = _npmlock2nix.v2.build {
51+
nodejs = pkgs'.nodejs;
5152
src = tslabSrc;
5253
node_modules_attrs.packageLockJson = ./package-lock.json;
5354
buildInputs = [pkgs.makeWrapper];

0 commit comments

Comments
 (0)