Unverified Commit d4ee9275 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #232221 from r-ryantm/auto-update/goawk

goawk: 1.22.0 -> 1.23.0
parents 444decf2 854a19c5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "goawk";
  version = "1.22.0";
  version = "1.23.0";

  src = fetchFromGitHub {
    owner = "benhoyt";
    repo = "goawk";
    rev = "v${version}";
    sha256 = "sha256-8UoYGAmYmC0hcxLfkNac3flKyPBT/xsykuy+TvVosBI=";
    sha256 = "sha256-uqr4edYPe29YbUm52werxPa/eo1HkR2K34FI43itzVY=";
  };

  vendorSha256 = null;
  vendorHash = null;

  nativeCheckInputs = [ gawk ];