Skip to content

Commit af9e6a7

Browse files
author
nayeko
authored
flclash: 0.8.70 -> 0.8.76
1 parent 7f202a3 commit af9e6a7

File tree

2 files changed

+83
-93
lines changed

2 files changed

+83
-93
lines changed

pkgs/by-name/fl/flclash/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
lib,
33
fetchFromGitHub,
4-
flutter324,
4+
flutter327,
55
keybinder3,
66
libayatana-appindicator,
77
buildGoModule,
@@ -12,14 +12,14 @@
1212

1313
let
1414
pname = "flclash";
15-
version = "0.8.70";
15+
version = "0.8.76";
1616

1717
src =
1818
(fetchFromGitHub {
1919
owner = "chen08209";
2020
repo = "FlClash";
2121
tag = "v${version}";
22-
hash = "sha256-6gDkRqbAGqwF+HCThWAHK0Jh/dxaYlnaYaAiXN48z5E=";
22+
hash = "sha256-LNHaleqh3eAQcfYSz7xIaWeNUtmlFXOyG2S7zz2+XeI=";
2323
fetchSubmodules = true;
2424
}).overrideAttrs
2525
(_: {
@@ -41,7 +41,7 @@ let
4141

4242
modRoot = "core";
4343

44-
vendorHash = "sha256-yam3DgY/dfwIRc7OvFltwX29x6xGlrrsK4Oj6oaGYRw=";
44+
vendorHash = "sha256-p6GE97n5/ZCIjgmfL//2doRW/PGpUtjeKxhRs/aveus=";
4545

4646
env.CGO_ENABLED = 0;
4747

@@ -57,7 +57,7 @@ let
5757
meta = metaCommon;
5858
};
5959
in
60-
flutter324.buildFlutterApplication {
60+
flutter327.buildFlutterApplication {
6161
inherit pname version src;
6262

6363
pubspecLock = lib.importJSON ./pubspec.lock.json;

0 commit comments

Comments
 (0)