Unverified Commit 8b685cfe authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #321173 from r-ryantm/auto-update/rain

rain: 1.10.0 -> 1.11.0
parents 2f20501c a686680c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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" ];