bicep: 0.31.92 -> 0.32.4

This commit is contained in:
R. Ryantm
2024-12-11 17:52:07 +00:00
parent ad47c13dd4
commit 657037116d
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 = ''