Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-11 06:18:03 +00:00
committed by GitHub
44 changed files with 171 additions and 150 deletions
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "goreleaser";
version = "0.158.0";
version = "0.159.0";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ewwJHn55zzry2hhMNuRUlGwC995r0ooPJGqKYaCh4WE=";
sha256 = "sha256-02uM37tulJ78IwOAqXm5Ym30kHVepnMBVg+eTMj34qQ=";
};
vendorSha256 = "sha256-awgkYMidTDcUjQt7hA5cSiwSAsNo5iUqKcG4+2lCXIM=";
vendorSha256 = "sha256-whcHI/qkNBPYcR5WLWQCPdHiwYdLEOgorbAKTTYIWDk=";
buildFlagsArray = [
"-ldflags="
+1 -2
View File
@@ -33,8 +33,7 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = [ "--all" ];
meta = with lib; {
description =
"Early stage event processing system for unstructured data with rich support for structural pattern matching, filtering and transformation";
description = "Early stage event processing system for unstructured data with rich support for structural pattern matching, filtering and transformation";
homepage = "https://www.tremor.rs/";
license = licenses.asl20;
platforms = [ "x86_64-linux" ];