We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6293cdc + 2fbb4a4 commit 81bf92cCopy full SHA for 81bf92c
pkgs/by-name/v2/v2ray-domain-list-community/package.nix
@@ -3,12 +3,12 @@
3
let
4
generator = pkgsBuildBuild.buildGoModule rec {
5
pname = "v2ray-domain-list-community";
6
- version = "20241112092643";
+ version = "20241210004721";
7
src = fetchFromGitHub {
8
owner = "v2fly";
9
repo = "domain-list-community";
10
rev = version;
11
- hash = "sha256-+S93tyYzkEMous+PkpR1yMAZmfSEc/HRqxUjXOeWIGk=";
+ hash = "sha256-CiIjD6hI2rdulK/rqViLqB2YotpHd5ftOOxJncIcYS4=";
12
};
13
vendorHash = "sha256-NLh14rXRci4hgDkBJVJDIDvobndB7KYRKAX7UjyqSsg=";
14
meta = with lib; {
0 commit comments