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

Commits on Jan 18, 2020

  1. dive: 0.9.0 -> 0.9.1

    zowoq committed Jan 18, 2020
    Copy the full SHA
    bbc144a View commit details
  2. Merge pull request #78000 from zowoq/dive

    dive: 0.9.0 -> 0.9.1
    marsam authored Jan 18, 2020
    Copy the full SHA
    5f594c6 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/dive/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/dive/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "dive";
version = "0.9.0";
version = "0.9.1";

src = fetchFromGitHub {
owner = "wagoodman";
repo = pname;
rev = "v${version}";
sha256 = "0bqmrva7rx6al50fmy4gvf853csascc5mj6ihgg7ydsy0d99j5qn";
sha256 = "1dqaqzmb74kf6q70wxfbsrbbfmxl82rj7r5kpsg5znm99filk3ny";
};

modSha256 = "0hb7bq8v6xr8xqni1iv3zkqdnknfy539sm0vxqal1mhvs5yg06m0";
modSha256 = "1y8mqxlzbizra2m9aayp6w07s39gddvm5igdaw9kwxwjwvd1dbfc";

nativeBuildInputs = [ pkg-config ];