1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

infracost: 0.10.37 -> 0.10.38

This commit is contained in:
R. Ryantm 2024-07-02 01:14:44 +00:00
parent cfdae65b07
commit b6ad1fdba5

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "infracost";
version = "0.10.37";
version = "0.10.38";
src = fetchFromGitHub {
owner = "infracost";
rev = "v${version}";
repo = "infracost";
sha256 = "sha256-WcX/H0zGXbkf5mM5Xq07UuQixUCCUXRPmBVrf3V4TEM=";
sha256 = "sha256-cnZ7ASYm1IhlqskWMEWzaAG6XKEex7P3akjmYUjHSzc=";
};
vendorHash = "sha256-bLSj4/+7h0uHdR956VL4iLqRddKV5Ac+FIL1zJxPCW8=";