lol

Merge pull request #207920 from r-ryantm/auto-update/dotenv-linter

dotenv-linter: 3.2.0 -> 3.3.0

authored by

Weijia Wang and committed by
GitHub
e057a9c1 48f4c522

+3 -3
+3 -3
pkgs/development/tools/analysis/dotenv-linter/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "dotenv-linter"; 10 - version = "3.2.0"; 10 + version = "3.3.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "dotenv-linter"; 14 14 repo = "dotenv-linter"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-YWL1aPcMdU4lo7h/T2sdl2H6qnx3lfMtV39Ak4yP88w="; 16 + sha256 = "sha256-HCP1OUWm/17e73TbinmDxYUi18/KXxppstyUSixjlSo="; 17 17 }; 18 18 19 - cargoSha256 = "sha256-q59hpnXc00OzrJk1KOWbIPQYfIE+7ku9XtTDXHgwQBg="; 19 + cargoSha256 = "sha256-4r4NTq2rLnpmm/nwxJ9RoN2+JrUI6XKGfYFI78NY710="; 20 20 21 21 buildInputs = lib.optional stdenv.isDarwin Security; 22 22