lipo-go: 0.10.0 -> 0.9.4 (#429511)

Co-authored-by: xiaoxiangmoe <xiaoxiangmoe@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-30 05:05:46 +00:00 committed by GitHub
commit bf8fe59e58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
}:
buildGoModule (finalAttrs: {
pname = "lipo-go";
version = "0.10.0";
version = "0.9.4";
src = fetchFromGitHub {
owner = "konoui";
repo = "lipo";
tag = "v${finalAttrs.version}";
hash = "sha256-V1KlgCNKvxnY/B8cmiWFdXzHH6k6VmhNMIta3nckXtA=";
hash = "sha256-WLk6heSnXZjZ6PZWEiUXxx8M5t8EgjpEsTRLeCTzcr8=";
};
vendorHash = "sha256-7M6CRxJd4fgYQLJDkNa3ds3f7jOp3dyloOZtwMtCBQk=";