bento: 1.5.0 -> 1.5.1 (#385007)

This commit is contained in:
Nick Cao
2025-02-26 15:46:00 -05:00
committed by GitHub
+4 -7
View File
@@ -8,16 +8,17 @@
buildGoModule rec {
pname = "bento";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "warpstreamlabs";
repo = "bento";
tag = "v${version}";
hash = "sha256-/8d2q810IMajBTTWPzIq/EDx4SRIfuYSzS4JfWs2vgE=";
hash = "sha256-l+XQAcLIL37UBvV++0U3vlPZaz53K+/grRBOZqCcbPM=";
};
vendorHash = "sha256-oh2kI8HnVI76kAERRFJLUtSJoc9w9dZWjCnf+sHKIDI=";
proxyVendor = true;
vendorHash = "sha256-lWg3wX+iS+RXH00kngNGGb7/93iAHiFzGjuyp+KSfco=";
subPackages = [
"cmd/bento"
@@ -44,9 +45,5 @@ buildGoModule rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ genga898 ];
mainProgram = "bento";
badPlatforms = [
# cannot find module providing package github.com/microsoft/gocosmos
lib.systems.inspect.patterns.isDarwin
];
};
}