Commit 30e7e416 authored by superherointj's avatar superherointj
Browse files

bicep: 0.26.54 -> 0.27.1

parent 2ee89d5a
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";