Merge pull request #298651 from r-ryantm/auto-update/shellharden

shellharden: 4.3.0 -> 4.3.1

authored by Pol Dellaiera and committed by GitHub 394864c3 60f419e0

+3 -3
+3 -3
pkgs/development/tools/shellharden/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "shellharden"; 5 - version = "4.3.0"; 6 7 src = fetchFromGitHub { 8 owner = "anordal"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-yOfGMxNaaw5ub7woShDMCJNiz6FgV5IBJN87VmORLvg="; 12 }; 13 14 - cargoSha256 = "sha256-o3CBnxEQNmvn+h/QArIkzi9xfZzIngvwHpkMT+PItY4="; 15 16 postPatch = "patchShebangs moduletests/run"; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "shellharden"; 5 + version = "4.3.1"; 6 7 src = fetchFromGitHub { 8 owner = "anordal"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-aBX3RXfDhlXVMV8aPO0pu3527nDoYrUDUbH6crWO/W8="; 12 }; 13 14 + cargoHash = "sha256-/t5dsDOokuUC0ZG8hPzsUoAvteLHWby6eKZNtnL/XUw="; 15 16 postPatch = "patchShebangs moduletests/run"; 17