bicep: 0.34.1 -> 0.34.44

This commit is contained in:
R. Ryantm
2025-03-29 09:14:39 +00:00
parent 2a6f5e8209
commit b0796f9c0d
+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 = [