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

Commits on Apr 29, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f513142 View commit details
  2. Merge pull request #86346 from prusnak/winetricks

    winetricks: 20191224 -> 20200412
    Mic92 authored Apr 29, 2020
    Copy the full SHA
    4187fbb View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/misc/emulators/wine/sources.nix
4 changes: 2 additions & 2 deletions pkgs/misc/emulators/wine/sources.nix
Original file line number Diff line number Diff line change
@@ -56,8 +56,8 @@ in rec {

winetricks = fetchFromGitHub rec {
# https://github.com/Winetricks/winetricks/releases
version = "20191224";
sha256 = "07q3zh2i3xqzpg46ljarhq3a4ha9zwpc6jqzvly0kfglkh3b3v66";
version = "20200412";
sha256 = "0ccr8wdmhkhbccxs5hvn44ppl969n8j0c3rnnir5v6akjcb2nzzv";
owner = "Winetricks";
repo = "winetricks";
rev = version;