Merge pull request #220156 from r-ryantm/auto-update/zed

zed: 1.5.0 -> 1.6.0
This commit is contained in:
Weijia Wang 2023-03-17 07:47:27 +02:00 committed by GitHub
commit d0ea253eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,23 +7,23 @@
buildGoModule rec {
pname = "zed";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "brimdata";
repo = pname;
rev = "v${version}";
sha256 = "sha256-er3BPQ10ERCIBn0xx0jjyMBybnUBMyX76tqYEYe2WYQ=";
sha256 = "sha256-+GVcYkzcVNa62595c4tLRBLTGh+qvdyFtQtFlfMarLs=";
};
vendorHash = "sha256-3PyyR9d5m33ohbcstREvTOtWwMIrbFNvFyBY1F+6R+4=";
vendorHash = "sha256-pxe3l93fBBKuVPBSGCB7ORiwQ+YCNIN9BQDxBM7QCHQ=";
subPackages = [ "cmd/zed" "cmd/zq" ];
ldflags = [
"-s"
"-w"
"-X=github.com/brimdata/zed/cli.Version=${version}"
"-X=github.com/brimdata/zed/cli.version=${version}"
];
passthru.tests = {