Skip to content

Commit

Permalink
Merge pull request #316897 from Mic92/nix-direnv
Browse files Browse the repository at this point in the history
nix-direnv: 3.0.4 -> 3.0.5
  • Loading branch information
NickCao committed Jun 3, 2024
2 parents 793856b + 5417906 commit fbed965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ni/nix-direnv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbed965

Please sign in to comment.