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

Commits on Aug 22, 2018

  1. wt3: 3.3.10 -> 3.3.11

    WilliButz committed Aug 22, 2018
    Copy the full SHA
    c40e9f9 View commit details
  2. wt4: 4.0.3 -> 4.0.4

    WilliButz committed Aug 22, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d095531 View commit details

Commits on Aug 25, 2018

  1. Merge pull request #45491 from WilliButz/update-wt

    wt: 3.3.10 -> 3.3.11, 4.0.3 -> 4.0.4
    srhb authored Aug 25, 2018
    Copy the full SHA
    ce5106a View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/libraries/wt/default.nix
8 changes: 4 additions & 4 deletions pkgs/development/libraries/wt/default.nix
Original file line number Diff line number Diff line change
@@ -43,12 +43,12 @@ let
};
in {
wt3 = generic {
version = "3.3.10";
sha256 = "1y25mhghgbgjgycpny0x4z95xn98q0wraab1c5gkwnay097bgwdy";
version = "3.3.11";
sha256 = "1s1bwg3s7brnspr9ya1vg5mr29dbvhf05s606fiv409b7ladqvxq";
};

wt4 = generic {
version = "4.0.3";
sha256 = "01xch5dkpcanwhr515236wa9mdmnq2a2j13dn7smyhwzqgbpknsg";
version = "4.0.4";
sha256 = "17kq9fxc0xqx7q7kyryiph3mg0d3hnd3jw0rl55zvzfsdd71220w";
};
}