mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-06 06:33:31 +03:00
add: flake auto track latest commit
This commit is contained in:
parent
7e9549c05a
commit
13445d815b
1 changed files with 2 additions and 9 deletions
11
default.nix
11
default.nix
|
@ -4,15 +4,8 @@
|
|||
}:
|
||||
buildGoModule rec {
|
||||
pname = "clash-meta";
|
||||
version = "1.13.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MetaCubeX";
|
||||
repo = "Clash.Meta";
|
||||
rev = "1684756b79a232ee8f875bcfd87371f5c0ef066b";
|
||||
sha256 = "sha256-7g/Wcll0w4EhPI+KodtLHINqaR2larQNnP9YAsgNiN4=";
|
||||
};
|
||||
|
||||
version = "dev";
|
||||
src = ./.;
|
||||
vendorSha256 = "sha256-7HjYcoqWA5gvPUc5psCgy0UTc17CBzBJ/OiGvII/iBA=";
|
||||
|
||||
# Do not build testing suit
|
||||
|
|
Loading…
Add table
Reference in a new issue