bicep: 0.34.1 -> 0.34.44 (#394244)

This commit is contained in:
Austin Horstman
2025-03-29 08:51:05 -05:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
buildDotnetModule rec {
pname = "bicep";
version = "0.34.1";
version = "0.34.44";
src = fetchFromGitHub {
owner = "Azure";
repo = "bicep";
rev = "v${version}";
hash = "sha256-8ob4UISiqyhgBeQxRb6iLporsIVCq5c/7Yb2wvUW1ZQ=";
hash = "sha256-vyPRLPTvQkwN7unlIHs6DvpjXnXyW1PDtH9hhIOgN1A=";
};
patches = [