mirror of
https://github.com/baairon/torlink.git
synced 2026-07-08 18:28:22 +02:00
chore: update nix package 1.3.0 -> 1.3.1 (#66)
This commit is contained in:
+3
-3
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildNpmPackage (finalAttrs: {
|
buildNpmPackage (finalAttrs: {
|
||||||
pname = "torlink";
|
pname = "torlink";
|
||||||
version = "1.3.0";
|
version = "1.3.1";
|
||||||
__structuredAttrs = true;
|
__structuredAttrs = true;
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
@@ -19,11 +19,11 @@ buildNpmPackage (finalAttrs: {
|
|||||||
owner = "baairon";
|
owner = "baairon";
|
||||||
repo = "torlink";
|
repo = "torlink";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-cjwXe1OMTUJjBlzZcX3Ay/jzKanCZYhRu2SErb/JigA=";
|
hash = "sha256-XMwJ1nVVcwXOhj3moqBMRngOAnAfbOuICHMAYQheeWA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nodejs = nodejs_22;
|
nodejs = nodejs_22;
|
||||||
npmDepsHash = "sha256-kIKtwoyXLAVL5Ki/12nfifg6nnQC68LVOCzgrfRVCxM=";
|
npmDepsHash = "sha256-FT4SUjuEKefMG2zzA/QhafZbLab0tUeWHnO30+7smnI=";
|
||||||
# ignore-scripts for ip-set broken preinstall
|
# ignore-scripts for ip-set broken preinstall
|
||||||
npmFlags = [ "--ignore-scripts" ];
|
npmFlags = [ "--ignore-scripts" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user