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: {
|
||||
pname = "torlink";
|
||||
version = "1.3.0";
|
||||
version = "1.3.1";
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
@@ -19,11 +19,11 @@ buildNpmPackage (finalAttrs: {
|
||||
owner = "baairon";
|
||||
repo = "torlink";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-cjwXe1OMTUJjBlzZcX3Ay/jzKanCZYhRu2SErb/JigA=";
|
||||
hash = "sha256-XMwJ1nVVcwXOhj3moqBMRngOAnAfbOuICHMAYQheeWA=";
|
||||
};
|
||||
|
||||
nodejs = nodejs_22;
|
||||
npmDepsHash = "sha256-kIKtwoyXLAVL5Ki/12nfifg6nnQC68LVOCzgrfRVCxM=";
|
||||
npmDepsHash = "sha256-FT4SUjuEKefMG2zzA/QhafZbLab0tUeWHnO30+7smnI=";
|
||||
# ignore-scripts for ip-set broken preinstall
|
||||
npmFlags = [ "--ignore-scripts" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user