Skip to content

Commit

Permalink
Merge pull request #321173 from r-ryantm/auto-update/rain
Browse files Browse the repository at this point in the history
rain: 1.10.0 -> 1.11.0
  • Loading branch information
Aleksanaa committed Jun 20, 2024
2 parents 2f20501 + a686680 commit 8b685cf
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.10.0";
version = "1.11.0";

src = fetchFromGitHub {
owner = "aws-cloudformation";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2+bbTHblACG9yLBgdQ4P6PHXF06tLeVpsnuKCju8fV0=";
sha256 = "sha256-2W/Ytdnzb0+EAPsuN6LXX0eLQMOu3qetJKYvKzgB0jM=";
};

vendorHash = "sha256-YDY9Acp8bi0Pvjdjn1hTzChCVs5E1yximIrgyd7J/7w=";
vendorHash = "sha256-Hpggkx707IX5ZUBuynQukCShk0pp12YEJYOF3eEN+5I=";

subPackages = [ "cmd/rain" ];

Expand Down

0 comments on commit 8b685cf

Please sign in to comment.