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

Commits on Apr 5, 2020

  1. Copy the full SHA
    7978206 View commit details

Commits on May 2, 2020

  1. Merge pull request #84310 from r-ryantm/auto-update/minio-client

    minio-client: 2020-03-06T23-29-45Z -> 2020-04-04T05-28-55Z
    marsam authored May 2, 2020
    Copy the full SHA
    8bc9fd2 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/networking/minio-client/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/networking/minio-client/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "minio-client";
version = "2020-03-06T23-29-45Z";
version = "2020-04-04T05-28-55Z";

src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "1vqvp7mn841s5g9vvas3c8j4y9lp90maw5y49hdv7zcsqncqvzkv";
sha256 = "09z28fq492d4l0089d1knq4zah9p2b212pkz777vznw9lzfqqip8";
};

modSha256 = "1qjfsqmcc6i0nixwvdmm3vnnv19yvqaaza096cpdf5rl35knsp5i";
modSha256 = "0cv824ar5ifsg93sylrfjmax6zqm5073y95hqqfcc1dfp0mv2ki3";

subPackages = [ "." ];