super: 0.2.0 -> 0.3.0 (#501827)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-21 08:42:06 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
pname = "super";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "brimdata";
repo = "super";
tag = "v${finalAttrs.version}";
hash = "sha256-MAlBVY2O9T1j+N/kSgEw3onnIicrhOoa2vqnGEiXCdg=";
hash = "sha256-T/L5w15gZVTbs0jHTkHPnHwTJ2s+ILfouHyQMEXkq1M=";
};
vendorHash = "sha256-EkQatync50uz4dSVrX0lIAh4FaEMRR6UTsYZATi+kNw=";