Unverified Commit dfc5a204 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #221098 from r-ryantm/auto-update/sq

sq: 0.24.0 -> 0.24.1
parents 88ba72e9 0d0949b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "sq";
  version = "0.24.0";
  version = "0.24.1";

  src = fetchFromGitHub {
    owner = "neilotoole";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-KPH1IsvYQvyUsi4qxWKLpCQNrPCnulCqQLPK5iadm3I=";
    sha256 = "sha256-7P29t90LbKM+ng8ac7HL5uA90rIvZIfue2bxZ6coQ9k=";
  };

  vendorHash = "sha256-AL4ghkeTIkXZXpGeBnWIx3hY6uO2bO7eVcH6DR/5jQc=";