Skip to content

Commit 04d3cef

Browse files
committed
mihomo: 1.19.4 -> 1.19.5
Diff: MetaCubeX/mihomo@v1.19.4...v1.19.5
1 parent 0356369 commit 04d3cef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go/mihomo.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
buildGoModule rec {
44
pname = "mihomo";
5-
version = "1.19.4";
5+
version = "1.19.5";
66

77
src = fetchFromGitHub {
88
owner = "MetaCubeX";
99
repo = "mihomo";
1010
rev = "v${version}";
11-
hash = "sha256-A/+BUnW7ge4y99W2rAUBAAqxO1L0M9oO0WSnLN1NnXQ=";
11+
hash = "sha256-eINcvVnWMDbviqNpD+SmtDYVQjLZgjaAdX9NrRAf0Ww=";
1212
};
1313

1414
env.CGO_ENABLED = 0;
1515
hardeningDisable = [ "pie" ];
1616

17-
vendorHash = "sha256-VBDVtzI3GwxviLaAVUboHTtHaMQviiCUnB7ncgri+xc=";
17+
vendorHash = "sha256-xGaJ9iAP6Q8L6oC6LqEwi69Bd7H+bjSykGXckkZL92k=";
1818

1919
tags = [
2020
"with_gvisor"

0 commit comments

Comments
 (0)