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

zed: 1.4.0 -> 1.5.0
This commit is contained in:
Weijia Wang 2023-02-04 01:19:51 +01:00 committed by GitHub
commit 714e7e8d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zed";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "brimdata";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ias2HKwZo5Q/0M4YZI4wLgzMVWmannruXlhp8IsOuyU=";
sha256 = "sha256-er3BPQ10ERCIBn0xx0jjyMBybnUBMyX76tqYEYe2WYQ=";
};
vendorHash = "sha256-h5NYx6xhIh4i/tS5cGHXBomnVZCUn8jJuzL6k1+IdKk=";
vendorHash = "sha256-3PyyR9d5m33ohbcstREvTOtWwMIrbFNvFyBY1F+6R+4=";
subPackages = [ "cmd/zed" "cmd/zq" ];