Unverified Commit 60f321a4 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

go-httpbin: 2.22.0 -> 2.22.1 (#512219)

parents 95380be4 2e3f3a18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule (finalAttrs: {
  pname = "go-httpbin";
  version = "2.22.0";
  version = "2.22.1";

  src = fetchFromGitHub {
    owner = "mccutchen";
    repo = "go-httpbin";
    tag = "v${finalAttrs.version}";
    hash = "sha256-+DeBJoi7bXuXx3HcO9bdGlCXiaETwsS4OawVBi3Q57o=";
    hash = "sha256-N0lq11tF5z+n7AlrOLdJ4eZvaZljSKafpkwma6jPW3k=";
  };

  vendorHash = null;