Commit b0796f9c authored by R. RyanTM's avatar R. RyanTM
Browse files

bicep: 0.34.1 -> 0.34.44

parent 2a6f5e82
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [