dotenv-linter: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm 2022-12-27 05:10:40 +00:00
parent c2e1d345cb
commit c87222c7ea

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "dotenv-linter";
version = "3.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "dotenv-linter";
repo = "dotenv-linter";
rev = "v${version}";
sha256 = "sha256-YWL1aPcMdU4lo7h/T2sdl2H6qnx3lfMtV39Ak4yP88w=";
sha256 = "sha256-HCP1OUWm/17e73TbinmDxYUi18/KXxppstyUSixjlSo=";
};
cargoSha256 = "sha256-q59hpnXc00OzrJk1KOWbIPQYfIE+7ku9XtTDXHgwQBg=";
cargoSha256 = "sha256-4r4NTq2rLnpmm/nwxJ9RoN2+JrUI6XKGfYFI78NY710=";
buildInputs = lib.optional stdenv.isDarwin Security;