[Backport release-26.05] go-httpbin: 2.23.0 -> 2.23.1 (#531360)

This commit is contained in:
Felix Bargfeldt 2026-06-13 13:25:47 +00:00 committed by GitHub
commit b33abe8fcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "go-httpbin";
version = "2.23.0";
version = "2.23.1";
src = fetchFromGitHub {
owner = "mccutchen";
repo = "go-httpbin";
tag = "v${finalAttrs.version}";
hash = "sha256-BQf6G02BRtVGcPVEfHPWwBfEh8CCbHRkaLV2FX6SeJc=";
hash = "sha256-IB+uqCt5kb08z2O8ex/npMjXIpUX8BQoME57Dd1b/9w=";
};
vendorHash = null;