Unverified Commit 96cd0324 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

azure-cli-extensions.containerapp: 1.1.0b2 -> 1.1.0b3 (#386675)

parents 3d026934 3ec1b654
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