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:
Jörg Thalheim
2026-05-18 22:22:31 +02:00
parent a8ddfc6ebe
commit 51a1972c6f
+2 -2
View File
@@ -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 = ''