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: 8c74bea7b839
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9dec684c8934
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 3, 2018

  1. Copy the full SHA
    70092fe View commit details

Commits on Dec 4, 2018

  1. Merge pull request #51420 from eadwu/vscode-extensions.WakaTime.vscod…

    …e-wakatime/1.2.4
    
    vscode-extensions.WakaTime.vscode-wakatime: 1.2.3 -> 1.2.4
    veprbl authored Dec 4, 2018
    Copy the full SHA
    9dec684 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/misc/vscode-extensions/wakatime/default.nix
4 changes: 2 additions & 2 deletions pkgs/misc/vscode-extensions/wakatime/default.nix
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ in
mktplcRef = {
name = "vscode-wakatime";
publisher = "WakaTime";
version = "1.2.3";
sha256 = "1n7bxkwgpip11k6d7zc3ifp9zb6p7f27f4x4g584wisrnfnqj1bp";
version = "1.2.4";
sha256 = "0qghn4kakv0jrjcl65p1v5r6j7608269zyhh75b15p12mdvi21vb";
};

postPatch = ''