rain: 1.6.0 -> 1.7.5

This commit is contained in:
R. Ryantm 2023-12-23 03:45:15 +00:00
parent 22ea4c79f1
commit 3dab76246c

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "rain";
version = "1.6.0";
version = "1.7.5";
src = fetchFromGitHub {
owner = "aws-cloudformation";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sAqWVGzEQJwf7ioQjOFs+1hAn69LmDCMSu0ym59aDsU=";
sha256 = "sha256-UAh84LM7QbIdxuPGN+lsbjVLd+hk8NXqwDxcRv5FAdY=";
};
vendorHash = "sha256-xmpjoNfz+4d7Un0J6yEhkQG2Ax8hL0dw4OQmwrKq3QI=";
vendorHash = "sha256-kd820Qe/0gN34VnX9Ge4BLeI3yySunJNjOVJXBe/M58=";
subPackages = [ "cmd/rain" ];