Commit 3ec1b654 authored by R. RyanTM's avatar R. RyanTM
Browse files

azure-cli-extensions.containerapp: 1.1.0b2 -> 1.1.0b3

parent 1d2fe013
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -83,9 +83,9 @@

  containerapp = mkAzExtension rec {
    pname = "containerapp";
    version = "1.1.0b2";
    version = "1.1.0b3";
    url = "https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-${version}-py2.py3-none-any.whl";
    hash = "sha256-+2iP6+jsuO3NKJzKUUdLuBCpscn0w/Gx+pqBagyv4rE=";
    hash = "sha256-BPChKCEU89/+KWIlt4ocU37gLwyDUfGBO3QCqkFQhjI=";
    description = "Microsoft Azure Command-Line Tools Containerapp Extension";
    propagatedBuildInputs = with python3Packages; [
      docker