Skip to content

Commit

Permalink
rain: 1.8.3 -> 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 8, 2024
1 parent f6eb921 commit 26a431e
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 26a431e

Please sign in to comment.