nix-direnv: 2.5.1 -> 3.0.0

This commit is contained in:
Gerg-L 2023-12-10 18:04:25 -05:00 committed by Jörg Thalheim
parent f8a4c1e888
commit 69d61d5ab0

View file

@ -5,13 +5,13 @@
}: }:
stdenv.mkDerivation (finalAttrs:{ stdenv.mkDerivation (finalAttrs:{
pname = "nix-direnv"; pname = "nix-direnv";
version = "2.5.1"; version = "3.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nix-community"; owner = "nix-community";
repo = "nix-direnv"; repo = "nix-direnv";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-rMQ+Nb6WqXm66g2TpF8E0Io9WBR0ve06MW8I759gl2M="; hash = "sha256-UmCNAejZwss5a/YDP4HrbQaLHc5BypQDUkQrh/QoEhg=";
}; };
# Substitute instead of wrapping because the resulting file is # Substitute instead of wrapping because the resulting file is