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

Commits on Oct 30, 2019

  1. wt3: 3.4.1 -> 3.4.2

    WilliButz authored and bjornfor committed Oct 30, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    rycee Robert Helgesson
    Copy the full SHA
    507b454 View commit details
  2. wt4: 4.1.1 -> 4.1.2

    WilliButz authored and bjornfor committed Oct 30, 2019
    Copy the full SHA
    4916d02 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
@@ -49,12 +49,12 @@ let
};
in {
wt3 = generic {
version = "3.4.1";
sha256 = "1bsx7hmy6g2x9p3vl5xw9lv1xk891pnvs93a87s15g257gznkjmj";
version = "3.4.2";
sha256 = "03mwr4yv3705y74pdh19lmh8szad6gk2x2m23f4pr0wrmqg73307";
};

wt4 = generic {
version = "4.1.1";
sha256 = "1f1imx5kbpqlysrqx5h75hf2f8pkq972rz42x0pl6cxbnsyzngid";
version = "4.1.2";
sha256 = "06bnadpgflg8inikzynnz4l4r6w1bphjwlva4pzf51w648vpkknl";
};
}