Skip to content

Commit

Permalink
rain: 1.20.2 -> 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2025
1 parent e9b1bb0 commit 4525561
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ra/rain/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "rain";
version = "1.20.2";
version = "1.21.0";

src = fetchFromGitHub {
owner = "aws-cloudformation";
repo = pname;
rev = "v${version}";
sha256 = "sha256-T/J01oxiCaZ8vBzSvB3j+dacehHCFs5+46MIoc2DKLU=";
sha256 = "sha256-2yb965fDzNgrPXT2xMRdqD/inyvlwdKlkMj16YSFHBk=";
};

vendorHash = "sha256-ML65zg8TVblNcFVmvsiIwxRIfL+jxgUpLx2lVUFHXxI=";
vendorHash = "sha256-TlS9SfqMJa5w+JMUx+7ZMF0xk/VsnjOScSGXEw1dVkU=";

subPackages = [ "cmd/rain" ];

Expand Down

0 comments on commit 4525561

Please sign in to comment.