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

Commits on Mar 31, 2019

  1. direnv: 2.19.2 -> 2.20.0

    zimbatm committed Mar 31, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    zimbatm Jonas Chevalier
    Copy the full SHA
    f88d9c3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/direnv/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/direnv/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@

buildGoPackage rec {
name = "direnv-${version}";
version = "2.19.2";
version = "2.20.0";
goPackagePath = "github.com/direnv/direnv";

src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
sha256 = "1iq9wmc63x1c7g1ixdhd6q3w1sx8xl8kf1bprxwq26n9zpd0g13g";
sha256 = "0ds8abwasymbsn9vak2105gczfgka4mz1i6kf1lvc3zm27v55cij";
};

postConfigure = ''