Unverified Commit 8ad07989 authored by Ulrik Strid's avatar Ulrik Strid Committed by GitHub
Browse files

bicep: 0.29.47 -> 0.30.3 (#343182)

parents 2922a795 6c3b1a64
Loading
Loading
Loading
Loading
+41 −46

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildDotnetModule rec {
  pname = "bicep";
  version = "0.29.47";
  version = "0.30.3";

  src = fetchFromGitHub {
    owner = "Azure";
    repo = "bicep";
    rev = "v${version}";
    hash = "sha256-KdaoOejoM/3P1WwDCjDhChOpKA7c4UulPLK7IOVw3o4=";
    hash = "sha256-JJNiVANq5WyiNnl6TsXPtLdsX4AKMcDIBzatwRPnbFM=";
  };

  postPatch = ''