nix-direnv: 3.0.4 -> 3.0.5

This commit is contained in:
Jörg Thalheim 2024-06-03 14:12:55 +02:00
parent 9e1b9ab505
commit 5417906fa0

View File

@ -4,13 +4,13 @@
# https://github.com/abathur/resholve/issues/107
resholve.mkDerivation rec {
pname = "nix-direnv";
version = "3.0.4";
version = "3.0.5";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nix-direnv";
rev = version;
hash = "sha256-3Fkat0HWU/hdQKwJYx5KWVzX8sVbGtFTon6G6/F9zFk=";
hash = "sha256-imUlc5v/Ow7dgjCjTyEeet+4lNHLeEwfqGQcB4dKcao=";
};
# skip min version checks which are redundant when built with nix