[Backport release-26.05] go-httpbin: 2.22.1 -> 2.23.0 (#528022)

This commit is contained in:
Felix Bargfeldt 2026-06-04 16:33:28 +00:00 committed by GitHub
commit e8f678b675
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.22.1";
version = "2.23.0";
src = fetchFromGitHub {
owner = "mccutchen";
repo = "go-httpbin";
tag = "v${finalAttrs.version}";
hash = "sha256-N0lq11tF5z+n7AlrOLdJ4eZvaZljSKafpkwma6jPW3k=";
hash = "sha256-BQf6G02BRtVGcPVEfHPWwBfEh8CCbHRkaLV2FX6SeJc=";
};
vendorHash = null;