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

Merge pull request #314082 from superherointj/bicep-0.27.1

bicep: 0.26.54 -> 0.27.1
parents 2db4e7d0 30e7e416
Loading
Loading
Loading
Loading
+36 −90

File changed.

Preview size limit exceeded, changes collapsed.

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

buildDotnetModule rec {
  pname = "bicep";
  version = "0.26.54";
  version = "0.27.1";

  src = fetchFromGitHub {
    owner = "Azure";
    repo = "bicep";
    rev = "v${version}";
    hash = "sha256-Obu9I2FzuYBD466DE9VZnjTHSRX+qeKqTiIJ2433DQc=";
    hash = "sha256-7yEsxKUG2jhki1u5CObdjN4JMnEcAYR+SoGPaNJ+9Fs=";
  };

  projectFile = "src/Bicep.Cli/Bicep.Cli.csproj";