tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
clash: 1.11.0 -> 1.11.4
R. Ryantm
3 years ago
5905c0de
2c63e2ed
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
clash
default.nix
+3
-3
pkgs/tools/networking/clash/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "clash";
5
5
-
version = "1.11.0";
5
5
+
version = "1.11.4";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "Dreamacro";
9
9
repo = pname;
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-8g5rrkRA31wHvwY3JDFIU+slU0cLHFpADyd897hVyw0=";
11
11
+
sha256 = "sha256-NLGX72eZCfyh6y3mud/btMh15rNXnss7S0P7ujCX1ms=";
12
12
};
13
13
14
14
-
vendorSha256 = "sha256-iW14KxtUY2nhpShcdrHLiCRZxsoXyLSPt01dB0Ds28Y=";
14
14
+
vendorSha256 = "sha256-zaWN/zI4WhHnEK12k1tWZ/qjLGvaZbJ4WfEvCZJ0+ms=";
15
15
16
16
# Do not build testing suit
17
17
excludedPackages = [ "./test" ];