mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-04-26 21:28:03 +08:00
add: flake auto track latest commit
This commit is contained in:
parent
7e9549c05a
commit
13445d815b
11
default.nix
11
default.nix
@ -4,15 +4,8 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "clash-meta";
|
pname = "clash-meta";
|
||||||
version = "1.13.1";
|
version = "dev";
|
||||||
|
src = ./.;
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "MetaCubeX";
|
|
||||||
repo = "Clash.Meta";
|
|
||||||
rev = "1684756b79a232ee8f875bcfd87371f5c0ef066b";
|
|
||||||
sha256 = "sha256-7g/Wcll0w4EhPI+KodtLHINqaR2larQNnP9YAsgNiN4=";
|
|
||||||
};
|
|
||||||
|
|
||||||
vendorSha256 = "sha256-7HjYcoqWA5gvPUc5psCgy0UTc17CBzBJ/OiGvII/iBA=";
|
vendorSha256 = "sha256-7HjYcoqWA5gvPUc5psCgy0UTc17CBzBJ/OiGvII/iBA=";
|
||||||
|
|
||||||
# Do not build testing suit
|
# Do not build testing suit
|
||||||
|
Loading…
Reference in New Issue
Block a user