forked from mirrors/nixpkgs
direnv: 2.21.3 -> 2.22.0 (#97011)
This commit is contained in:
parent
9fd106a33c
commit
6592980b19
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "direnv";
|
||||
version = "2.21.3";
|
||||
version = "2.22.0";
|
||||
|
||||
vendorSha256 = null;
|
||||
|
||||
|
@ -10,7 +10,7 @@ buildGoModule rec {
|
|||
owner = "direnv";
|
||||
repo = "direnv";
|
||||
rev = "v${version}";
|
||||
sha256 = "1adi6ld9g4zgz0f6q0kkzrywclqrmikyp7yh22zm9lfdvd5hs8wp";
|
||||
sha256 = "06z85r99w0nr093fawva6sysdlrdsfjjf7asx96k1sjv56sb306m";
|
||||
};
|
||||
|
||||
# we have no bash at the moment for windows
|
||||
|
|
Loading…
Reference in a new issue