Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 761cfbf98635
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4461fc2ce42f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 26, 2019

  1. Copy the full SHA
    4b60e0d View commit details

Commits on Aug 27, 2019

  1. Merge pull request #67538 from eadwu/vscode-extensions.ms-vscode.cppt…

    …ools/0.25.0
    
    vscode-extensions.ms-vscode.cpptools: 0.24.1 -> 0.25.0
    mmahut authored Aug 27, 2019
    Copy the full SHA
    4461fc2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/misc/vscode-extensions/cpptools/default.nix
4 changes: 2 additions & 2 deletions pkgs/misc/vscode-extensions/cpptools/default.nix
Original file line number Diff line number Diff line change
@@ -83,8 +83,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "cpptools";
publisher = "ms-vscode";
version = "0.24.1";
sha256 = "0gqplcppfg2lr6k198q9pw08n0cpc0wvc9w350m9ivv35hw0x5ra";
version = "0.25.0";
sha256 = "0vqqc0j9ahhb9a8wrhjjb34rfdj7msqsza3443bi4206gkiwpp3n";
};

buildInputs = [