Unverified Commit 0433e228 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

go-httpbin: 2.18.3 -> 2.19.0 (#457690)

parents 433a3d2b 45e80db7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule (finalAttrs: {
  pname = "go-httpbin";
  version = "2.18.3";
  version = "2.19.0";

  src = fetchFromGitHub {
    owner = "mccutchen";
    repo = "go-httpbin";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ixEbmppQ+4Udc5ytV4YPOpOT/iEbhjQIYGoOGL0dIw8=";
    hash = "sha256-agElHziDwv2MGwTUKPsyDMVlTNNkuSZp4OAR2/zbW1U=";
  };

  vendorHash = null;