Merge pull request #316897 from Mic92/nix-direnv

nix-direnv: 3.0.4 -> 3.0.5
This commit is contained in:
Nick Cao 2024-06-03 13:38:16 -04:00 committed by GitHub
commit fbed965861
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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