nix-direnv: 3.1.1 -> 3.1.2 (#521703)

This commit is contained in:
Jörg Thalheim
2026-05-19 10:35:23 +00:00
committed by GitHub
+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 = ''