mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
flclash: 0.8.83 -> 0.8.84
This commit is contained in:
parent
dbe5ce7db0
commit
ffaeda65ac
1 changed files with 3 additions and 3 deletions
|
@ -12,14 +12,14 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "flclash";
|
pname = "flclash";
|
||||||
version = "0.8.83";
|
version = "0.8.84";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
(fetchFromGitHub {
|
(fetchFromGitHub {
|
||||||
owner = "chen08209";
|
owner = "chen08209";
|
||||||
repo = "FlClash";
|
repo = "FlClash";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-vkek2pHeXiIQ8pv5t8mRJDvqojhYW5cTUeKWN/mhGu8=";
|
hash = "sha256-XrZay7C8XIqwAATwDd8U+sh0BcNN5ap43ibYVs6qXFg=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
}).overrideAttrs
|
}).overrideAttrs
|
||||||
(_: {
|
(_: {
|
||||||
|
@ -41,7 +41,7 @@ let
|
||||||
|
|
||||||
modRoot = "core";
|
modRoot = "core";
|
||||||
|
|
||||||
vendorHash = "sha256-YrJtvkDpSQnx5AE+3zjCim8lrTjARzJvz6nCkKVOCew=";
|
vendorHash = "sha256-Wm1VheSLaAS+tLQq7lNkPzoEER1sKiNczUgYLSfuLng=";
|
||||||
|
|
||||||
env.CGO_ENABLED = 0;
|
env.CGO_ENABLED = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue