Unverified Commit 6f6d73c0 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

super: 0.2.0 -> 0.3.0 (#501827)

parents 05759ff6 caba602e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";