jsonfmt: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm
2025-03-06 07:24:04 +00:00
parent 0ce9de036c
commit 97fb0f9e47
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "jsonfmt";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "caarlos0";
repo = "jsonfmt";
rev = "v${version}";
hash = "sha256-rVv7Dv4vQmss4eiiy+KaO9tZ5U58WlRlsOz4QO0gdfM=";
hash = "sha256-4SNpW/+4S4sEwjM7b9ClqKqwqFFVbCVv5VnftGIHtjo=";
};
vendorHash = "sha256-xtwN+TemiiyXOxZ2DNys4G6w4KA3BjLSWAmzox+boMY=";
vendorHash = "sha256-6pCgBCwHgTRnLDNfveBEKbs7kiXSSacD0B82A2Sbl1U=";
ldflags = [
"-s"