We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a05c2 commit dbd8a4cCopy full SHA for dbd8a4c
pkgs/by-name/di/direnv/package.nix
@@ -10,16 +10,16 @@
10
11
buildGoModule rec {
12
pname = "direnv";
13
- version = "2.35.0";
+ version = "2.36.0";
14
15
src = fetchFromGitHub {
16
owner = "direnv";
17
repo = "direnv";
18
rev = "v${version}";
19
- hash = "sha256-C4FkBS+2MZGGlpWb7ng4Aa9IvqEuY716M5h2W3b8N1E=";
+ hash = "sha256-xqHc4Eb0mHQezmElJv20AMNQPgusXdvskNmlO+JP1lw=";
20
};
21
22
- vendorHash = "sha256-O2NZgWn00uKLstYPIj9LwyF4kmitJ1FXltazv8RrmZg=";
+ vendorHash = "sha256-+7HnbJ6cIzYHkEJVcp2IydHyuqD5PfdL6TUcq7Dpluk=";
23
24
# we have no bash at the moment for windows
25
BASH_PATH = lib.optionalString (!stdenv.hostPlatform.isWindows) "${bash}/bin/bash";
0 commit comments