Skip to content

Commit cc5c0b2

Browse files
authored
mihomo: 1.19.0 -> 1.19.1 (NixOS#369723)
2 parents a401c88 + 46c9730 commit cc5c0b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mi/mihomo/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "mihomo";
10-
version = "1.19.0";
10+
version = "1.19.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "MetaCubeX";
1414
repo = "mihomo";
1515
rev = "v${version}";
16-
hash = "sha256-SUXxNHsbqbRtky456irkFotjMlbXPuBhNrHHZABGbPM=";
16+
hash = "sha256-leeD/lra0ZA7in5ZX+uZwWRyHEaE9WzC8UEigI+Z+aA=";
1717
};
1818

19-
vendorHash = "sha256-whH9nEUddXd+xkgoCatkmfddTxK3BFZdi/TyTiabnDc=";
19+
vendorHash = "sha256-0CStTmN2+bXJuoolVM8Spfj2HKYK7a8krxlA0uwHOOw=";
2020

2121
excludedPackages = [ "./test" ];
2222

0 commit comments

Comments
 (0)