mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
direnv: 2.21.0 -> 2.21.1
This commit is contained in:
parent
34996ef30c
commit
61c9405d4c
|
@ -2,14 +2,14 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
pname = "direnv";
|
||||
version = "2.21.0";
|
||||
version = "2.21.1";
|
||||
goPackagePath = "github.com/direnv/direnv";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "direnv";
|
||||
repo = "direnv";
|
||||
rev = "v${version}";
|
||||
sha256 = "0k0sh8pzpxix8sjhnvj2h3s6br32daj3mgac0i2bbzvmil77l2sb";
|
||||
sha256 = "05yhhd6f55ps96faw9gz4ap8qmv41cfrsz8l0qbvir0jn2hjhmqw";
|
||||
};
|
||||
|
||||
postConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue