rain: 1.24.1 -> 1.24.2 (#473983)

This commit is contained in:
Aleksana
2025-12-26 13:53:37 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "rain";
version = "1.24.1";
version = "1.24.2";
src = fetchFromGitHub {
owner = "aws-cloudformation";
repo = "rain";
rev = "v${version}";
sha256 = "sha256-3Otjy6cZBEUCJI9l0B1+pL3/qmLI9PjPTl3Wd/mhaIE=";
sha256 = "sha256-xCozToZJRJvebS9H5NH6rHQprgTM3cy0cssJNh9AQmI=";
};
vendorHash = "sha256-Egh7NzjHHgQATezlqFOk6FjUwhvtM0MJqCUJTDeHZG0=";