Unverified Commit 85f15a27 authored by Raroh73's avatar Raroh73
Browse files

vscode-extensions.continue.continue: 0.8.68 -> 1.1.11

parent 573c650e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1085,26 +1085,26 @@ let
            sources = {
              "x86_64-linux" = {
                arch = "linux-x64";
                hash = "sha256-0NSmyu+whQOSqaYQIt2C651k5CW1D9zmdn+0aLJF+CQ=";
                hash = "sha256-1swpgwNLCMWjzDYziXuvvPv8cox2+8ZaYR4fUDoHRkY=";
              };
              "x86_64-darwin" = {
                arch = "darwin-x64";
                hash = "sha256-Ek5WswTcrHHC3E3zABYz1afC3oic7msq5ddSBLT2+dY=";
                hash = "sha256-uBSd/6Z2689n0vExoeaEwodLjjeBULo/RaGu8cGgvsQ=";
              };
              "aarch64-linux" = {
                arch = "linux-arm64";
                hash = "sha256-e/vVKvOdt+mHp9gs+Kse13aFWX6DELeUtPdYLeuh9hE=";
                hash = "sha256-WdSKNC2DjR3n9VVJh5OBasmVq/sIXiWFajhniSwxPuw=";
              };
              "aarch64-darwin" = {
                arch = "darwin-arm64";
                hash = "sha256-1oJ41WBlVUm7AUIwsIOyoucx9EtkReG8pxpYqgdZx5w=";
                hash = "sha256-cwTUoVai9N2v5VmfYIKC+w8jYLcQhHGK5TLqxOBr05Q=";
              };
            };
          in
          {
            name = "continue";
            publisher = "Continue";
            version = "0.8.68";
            version = "1.1.11";
          }
          // sources.${stdenv.system};
        nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ autoPatchelfHook ];