Unverified Commit d7f39942 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

vscode-extensions.continue.continue: 1.1.11 -> 1.1.49 (#422536)

parents 25de42c2 2e2f05a5
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1094,26 +1094,26 @@ let
            sources = {
              "x86_64-linux" = {
                arch = "linux-x64";
                hash = "sha256-1swpgwNLCMWjzDYziXuvvPv8cox2+8ZaYR4fUDoHRkY=";
                hash = "sha256-mm7/ITiXuSrFrAwRPVYYJ6l5b4ODyiCPv5H+WioDAWY=";
              };
              "x86_64-darwin" = {
                arch = "darwin-x64";
                hash = "sha256-uBSd/6Z2689n0vExoeaEwodLjjeBULo/RaGu8cGgvsQ=";
                hash = "sha256-ySFiSJ+6AgxECzekBIlPl2BhWJvt5Rf1DFqg6b/6PDs=";
              };
              "aarch64-linux" = {
                arch = "linux-arm64";
                hash = "sha256-WdSKNC2DjR3n9VVJh5OBasmVq/sIXiWFajhniSwxPuw=";
                hash = "sha256-zqvhlA9APWtJowCOceB52HsfU3PaAWciZWxY/QcOYgg=";
              };
              "aarch64-darwin" = {
                arch = "darwin-arm64";
                hash = "sha256-cwTUoVai9N2v5VmfYIKC+w8jYLcQhHGK5TLqxOBr05Q=";
                hash = "sha256-CjzAntSjbYlauVptCnqE/HpwdudoGaTMML6Fyzj48pU=";
              };
            };
          in
          {
            name = "continue";
            publisher = "Continue";
            version = "1.1.11";
            version = "1.1.49";
          }
          // sources.${stdenv.system};
        nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ autoPatchelfHook ];