nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

dotenv-linter: 3.1.0 -> 3.1.1

authored by

Ryan Mulligan and committed by
GitHub
7c7be585 491f953c

+3 -3
+3 -3
pkgs/development/tools/analysis/dotenv-linter/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "dotenv-linter"; 8 - version = "3.1.0"; 8 + version = "3.1.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "dotenv-linter"; 12 12 repo = "dotenv-linter"; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-hhaMI2Z97aT/8FxxtWpn+o3BSo26iyBP+ucpO3x4AbQ="; 14 + sha256 = "sha256-kBBn8Lgb3427K00Ag35Ei9oBD7L0Zp/lr0cAKqZpULo="; 15 15 }; 16 16 17 - cargoSha256 = "sha256-F9Xyg8/qp0j0+jyd5EVe2idocubzu+Cj6yAwrHuabvM="; 17 + cargoSha256 = "sha256-7Porqqh6lYeBCK2pAtbL9nxtORB9rqSyVdJDoy1/ZDo="; 18 18 19 19 meta = with lib; { 20 20 description = "Lightning-fast linter for .env files. Written in Rust";