Skip to content

Commit dbd8a4c

Browse files
authored
direnv: 2.35.0 -> 2.36.0 (#397950)
1 parent 09a05c2 commit dbd8a4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/di/direnv/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
buildGoModule rec {
1212
pname = "direnv";
13-
version = "2.35.0";
13+
version = "2.36.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "direnv";
1717
repo = "direnv";
1818
rev = "v${version}";
19-
hash = "sha256-C4FkBS+2MZGGlpWb7ng4Aa9IvqEuY716M5h2W3b8N1E=";
19+
hash = "sha256-xqHc4Eb0mHQezmElJv20AMNQPgusXdvskNmlO+JP1lw=";
2020
};
2121

22-
vendorHash = "sha256-O2NZgWn00uKLstYPIj9LwyF4kmitJ1FXltazv8RrmZg=";
22+
vendorHash = "sha256-+7HnbJ6cIzYHkEJVcp2IydHyuqD5PfdL6TUcq7Dpluk=";
2323

2424
# we have no bash at the moment for windows
2525
BASH_PATH = lib.optionalString (!stdenv.hostPlatform.isWindows) "${bash}/bin/bash";

0 commit comments

Comments
 (0)