Skip to content

Commit 2e1ad6b

Browse files
lipo-go: 0.9.3 -> 0.10.0 (#404053)
Co-authored-by: xiaoxiangmoe <[email protected]>
2 parents c091ca6 + 16b7a14 commit 2e1ad6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/lipo-go/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}:
1010
buildGoModule rec {
1111
pname = "lipo-go";
12-
version = "0.9.3";
12+
version = "0.10.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "konoui";
1616
repo = "lipo";
1717
tag = "v${version}";
18-
hash = "sha256-FW2mOsshpXCTTjijo0RFdsYX883P2cudyclRtvkCxa0=";
18+
hash = "sha256-V1KlgCNKvxnY/B8cmiWFdXzHH6k6VmhNMIta3nckXtA=";
1919
};
2020
vendorHash = "sha256-7M6CRxJd4fgYQLJDkNa3ds3f7jOp3dyloOZtwMtCBQk=";
2121

0 commit comments

Comments
 (0)