tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
flclash: 0.8.86 -> 0.8.87
R. Ryantm
5 months ago
24c3fefb
bf8fe59e
+28
-8
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
fl
flclash
package.nix
pubspec.lock.json
+3
-3
pkgs/by-name/fl/flclash/package.nix
···
12
13
let
14
pname = "flclash";
15
-
version = "0.8.86";
16
17
src =
18
(fetchFromGitHub {
19
owner = "chen08209";
20
repo = "FlClash";
21
tag = "v${version}";
22
-
hash = "sha256-bPMj9KWkup0nIhFAQ4BP8KiD8uP2/2b/GPy4APR+dho=";
23
fetchSubmodules = true;
24
}).overrideAttrs
25
(_: {
···
41
42
modRoot = "core";
43
44
-
vendorHash = "sha256-pc0TnYnY6QWpGdO7IGAquuyS+NXbq7Xkr+dOo8uLPQU=";
45
46
env.CGO_ENABLED = 0;
47
···
12
13
let
14
pname = "flclash";
15
+
version = "0.8.87";
16
17
src =
18
(fetchFromGitHub {
19
owner = "chen08209";
20
repo = "FlClash";
21
tag = "v${version}";
22
+
hash = "sha256-vGRq9Kc6XU6r3huIGAKoh5x46fFS8jmXgus9WgpvG3A=";
23
fetchSubmodules = true;
24
}).overrideAttrs
25
(_: {
···
41
42
modRoot = "core";
43
44
+
vendorHash = "sha256-Uc+RvpW3vndPFnM7yhqrNTEexAPaolCk8YK8u/+55RQ=";
45
46
env.CGO_ENABLED = 0;
47
+25
-5
pkgs/by-name/fl/flclash/pubspec.lock.json
···
566
"source": "sdk",
567
"version": "0.0.0"
568
},
0
0
0
0
0
0
0
0
0
0
569
"flutter_cache_manager": {
570
"dependency": "direct main",
571
"description": {
···
591
"dependency": "direct dev",
592
"description": {
593
"name": "flutter_lints",
594
-
"sha256": "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1",
595
"url": "https://pub.dev"
596
},
597
"source": "hosted",
598
-
"version": "5.0.0"
599
},
600
"flutter_localizations": {
601
"dependency": "direct main",
···
989
"dependency": "transitive",
990
"description": {
991
"name": "lints",
992
-
"sha256": "c35bb79562d980e9a453fc715854e1ed39e24e7d0297a880ef54e17f9874a9d7",
993
"url": "https://pub.dev"
994
},
995
"source": "hosted",
996
-
"version": "5.1.1"
997
},
998
"logging": {
999
"dependency": "transitive",
···
1014
},
1015
"source": "hosted",
1016
"version": "2.0.3"
0
0
0
0
0
0
0
0
0
0
1017
},
1018
"matcher": {
1019
"dependency": "transitive",
···
2002
}
2003
},
2004
"sdks": {
2005
-
"dart": ">=3.7.0 <4.0.0",
2006
"flutter": ">=3.29.0"
2007
}
2008
}
···
566
"source": "sdk",
567
"version": "0.0.0"
568
},
569
+
"flutter_acrylic": {
570
+
"dependency": "direct main",
571
+
"description": {
572
+
"name": "flutter_acrylic",
573
+
"sha256": "b3996dbde5abf5823cc9ead4cf2e5267c3181f15585fe47ce4dc4472e7ec827a",
574
+
"url": "https://pub.dev"
575
+
},
576
+
"source": "hosted",
577
+
"version": "1.1.4"
578
+
},
579
"flutter_cache_manager": {
580
"dependency": "direct main",
581
"description": {
···
601
"dependency": "direct dev",
602
"description": {
603
"name": "flutter_lints",
604
+
"sha256": "3105dc8492f6183fb076ccf1f351ac3d60564bff92e20bfc4af9cc1651f4e7e1",
605
"url": "https://pub.dev"
606
},
607
"source": "hosted",
608
+
"version": "6.0.0"
609
},
610
"flutter_localizations": {
611
"dependency": "direct main",
···
999
"dependency": "transitive",
1000
"description": {
1001
"name": "lints",
1002
+
"sha256": "a5e2b223cb7c9c8efdc663ef484fdd95bb243bff242ef5b13e26883547fce9a0",
1003
"url": "https://pub.dev"
1004
},
1005
"source": "hosted",
1006
+
"version": "6.0.0"
1007
},
1008
"logging": {
1009
"dependency": "transitive",
···
1024
},
1025
"source": "hosted",
1026
"version": "2.0.3"
1027
+
},
1028
+
"macos_window_utils": {
1029
+
"dependency": "transitive",
1030
+
"description": {
1031
+
"name": "macos_window_utils",
1032
+
"sha256": "4e683da162825018580c7341d9e926a6fa39a869a3504c2e5471618553bd55cd",
1033
+
"url": "https://pub.dev"
1034
+
},
1035
+
"source": "hosted",
1036
+
"version": "1.8.2"
1037
},
1038
"matcher": {
1039
"dependency": "transitive",
···
2022
}
2023
},
2024
"sdks": {
2025
+
"dart": ">=3.8.0 <4.0.0",
2026
"flutter": ">=3.29.0"
2027
}
2028
}