rain: 1.23.0 -> 1.23.1

This commit is contained in:
R. Ryantm
2025-07-08 02:42:38 +00:00
parent e6e45d9aa6
commit de27f900fc
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "rain";
version = "1.23.0";
version = "1.23.1";
src = fetchFromGitHub {
owner = "aws-cloudformation";
repo = "rain";
rev = "v${version}";
sha256 = "sha256-Dsg8vUMs6aep4FfrulHdtH3H7fitWdzENfTPm+9z5m0=";
sha256 = "sha256-B6eaoyYROF8LB5vO1qMqXYtBF8vvJE8xygarW2+GSpA=";
};
vendorHash = "sha256-5i6dAjgWclyEkRrDzrkiIRQKTeNz4GM1LU+2J3t/+Yc=";
vendorHash = "sha256-ASiC/SXwaJ1xHlhPcVS9JsGcfRP6/fonq+ZIBehZgho=";
subPackages = [ "cmd/rain" ];