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

Commits on May 19, 2020

  1. mutagen: 0.11.2 -> 0.11.4

    r-ryantm committed May 19, 2020
    Copy the full SHA
    311f2ff View commit details

Commits on May 20, 2020

  1. Merge pull request #88194 from r-ryantm/auto-update/mutagen

    mutagen: 0.11.2 -> 0.11.4
    marsam authored May 20, 2020
    Copy the full SHA
    72faa59 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/mutagen/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/mutagen/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "mutagen";
version = "0.11.2";
version = "0.11.4";

src = fetchFromGitHub {
owner = "mutagen-io";
repo = pname;
rev = "v${version}";
sha256 = "0ykzrxlllip4wvhd9rja5bcr2m72695fjj2q1scwn8ri6jcgfa19";
sha256 = "15bknyk6mkrwlm18ypncsf9az8l1nv67n0lf0zav867z0r46cc6x";
};

vendorSha256 = "0szs9yc49fyh55ra1wf8zj76kdah0x49d45cgivk3gqh2hl17j6l";