go-httpbin: 2.24.0 -> 2.25.0

This commit is contained in:
R. Ryantm
2026-07-27 14:03:11 +00:00
parent fb9c9907f7
commit ea586dcf6c

View File

@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "go-httpbin";
version = "2.24.0";
version = "2.25.0";
src = fetchFromGitHub {
owner = "mccutchen";
repo = "go-httpbin";
tag = "v${finalAttrs.version}";
hash = "sha256-2cqPDWaPfIwPLYiZTb4daLbEgfaUeo9zlX8LfOfnfB8=";
hash = "sha256-uYY0aylcGdaHm5d3S6U7KXJ0PtPiCNFlJVOyJJcuQ5Q=";
};
vendorHash = null;