go-httpbin: 2.18.3 -> 2.19.0

This commit is contained in:
R. Ryantm
2025-11-02 02:04:57 +00:00
parent 186d6ace12
commit 45e80db7d1

View File

@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "go-httpbin";
version = "2.18.3";
version = "2.19.0";
src = fetchFromGitHub {
owner = "mccutchen";
repo = "go-httpbin";
tag = "v${finalAttrs.version}";
hash = "sha256-ixEbmppQ+4Udc5ytV4YPOpOT/iEbhjQIYGoOGL0dIw8=";
hash = "sha256-agElHziDwv2MGwTUKPsyDMVlTNNkuSZp4OAR2/zbW1U=";
};
vendorHash = null;