nix-direnv: 3.1.1 -> 3.1.2
https://github.com/nix-community/nix-direnv/releases/tag/3.1.2
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
|
||||
resholve.mkDerivation (finalAttrs: {
|
||||
pname = "nix-direnv";
|
||||
version = "3.1.1";
|
||||
version = "3.1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nix-community";
|
||||
repo = "nix-direnv";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-AsWnRH7LAb78iFfE+ZdYyCR5AVuPloT8ZnghDXW6arY=";
|
||||
hash = "sha256-3qT5mSqHi+0cskdoOGPVbuSzkoWtwOHBVXUOL84dAM8=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user