Unverified Commit 82d08759 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

go-httpbin: 2.20.0 -> 2.21.0 (#496069)

parents ccb55fd4 04637906
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.20.0";
  version = "2.21.0";

  src = fetchFromGitHub {
    owner = "mccutchen";
    repo = "go-httpbin";
    tag = "v${finalAttrs.version}";
    hash = "sha256-FXD5XgvdQ5b6AcDC2VJPSDJXjb6RwOskPNtBV4fy6Pc=";
    hash = "sha256-QJskXXieiFr406WI8gGtgcoL4pHEVzNOwM6JyYk+0EA=";
  };

  vendorHash = null;