bicep: 0.31.92 -> 0.32.4 (#364297)

This commit is contained in:
Austin Horstman
2024-12-11 14:24:40 -06:00
committed by GitHub
2 changed files with 1474 additions and 290 deletions
+1472 -288
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -9,13 +9,13 @@
buildDotnetModule rec {
pname = "bicep";
version = "0.31.92";
version = "0.32.4";
src = fetchFromGitHub {
owner = "Azure";
repo = "bicep";
rev = "v${version}";
hash = "sha256-NBWZ/URykZxkupMI+xOWB/sJ0hJojkJKvEnrmQg6CCk=";
hash = "sha256-SONzxKT+kVQTvkc4mKZcSGborXR4L9wadgss7j5PgmA=";
};
postPatch = ''