rain: 1.11.0 -> 1.12.0

This commit is contained in:
R. Ryantm 2024-07-12 18:20:33 +00:00
parent b521675c51
commit 159e768f6c

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "rain";
version = "1.11.0";
version = "1.12.0";
src = fetchFromGitHub {
owner = "aws-cloudformation";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2W/Ytdnzb0+EAPsuN6LXX0eLQMOu3qetJKYvKzgB0jM=";
sha256 = "sha256-oj9/xVbb8+J4g/ul2CEs5LH7OKJdEqTTZonCHVlDc7M=";
};
vendorHash = "sha256-Hpggkx707IX5ZUBuynQukCShk0pp12YEJYOF3eEN+5I=";
vendorHash = "sha256-NcM+SdIgqtSRg7Fcwml/V73qYHcowBdOtmuF7EMSBB8=";
subPackages = [ "cmd/rain" ];