0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

flclash: 0.8.83 -> 0.8.84 (#403834)

This commit is contained in:
Pol Dellaiera 2025-05-04 12:00:34 +02:00 committed by GitHub
commit 14d4a41b6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,14 +12,14 @@
let
pname = "flclash";
version = "0.8.83";
version = "0.8.84";
src =
(fetchFromGitHub {
owner = "chen08209";
repo = "FlClash";
tag = "v${version}";
hash = "sha256-vkek2pHeXiIQ8pv5t8mRJDvqojhYW5cTUeKWN/mhGu8=";
hash = "sha256-XrZay7C8XIqwAATwDd8U+sh0BcNN5ap43ibYVs6qXFg=";
fetchSubmodules = true;
}).overrideAttrs
(_: {
@ -41,7 +41,7 @@ let
modRoot = "core";
vendorHash = "sha256-YrJtvkDpSQnx5AE+3zjCim8lrTjARzJvz6nCkKVOCew=";
vendorHash = "sha256-Wm1VheSLaAS+tLQq7lNkPzoEER1sKiNczUgYLSfuLng=";
env.CGO_ENABLED = 0;