Skip to content

Commit

Permalink
Merge pull request #302685 from r-ryantm/auto-update/rain
Browse files Browse the repository at this point in the history
rain: 1.8.3 -> 1.8.4
  • Loading branch information
NickCao committed Apr 9, 2024
2 parents c525b57 + 26a431e commit 22d44e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rain/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "rain";
version = "1.8.3";
version = "1.8.4";

src = fetchFromGitHub {
owner = "aws-cloudformation";
repo = pname;
rev = "v${version}";
sha256 = "sha256-l5Exm31pQlmYh9VizdrARFgtIxb48ALR1IYaNFfCMWk=";
sha256 = "sha256-jn2DeVs9orJZOJjHUwNV1qDL1bVjQ0etlCYlcZE9cqY=";
};

vendorHash = "sha256-PjdM52qCR7zVjQDRWwGXcJwqLYUt9LTi9SX85A4z2SA=";
vendorHash = "sha256-jMgM6ZjQpK8rmDZUzVxDPoJWyWNkvNnvXwKNTHzc080=";

subPackages = [ "cmd/rain" ];

Expand Down

0 comments on commit 22d44e2

Please sign in to comment.