Unverified Commit d0412540 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #329347 from r-ryantm/auto-update/bicep

bicep: 0.28.1 -> 0.29.47
parents 6a8a86ed 08112ba7
Loading
Loading
Loading
Loading
+293 −258

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.28.1";
  version = "0.29.47";

  src = fetchFromGitHub {
    owner = "Azure";
    repo = "bicep";
    rev = "v${version}";
    hash = "sha256-9yWfzYrs7LxVmb+AZUI+G0TQQteJP7gpISJGdY0qKAg=";
    hash = "sha256-KdaoOejoM/3P1WwDCjDhChOpKA7c4UulPLK7IOVw3o4=";
  };

  postPatch = ''