Skip to content

Commit

Permalink
shellharden: 4.1.3 -> 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxzi committed Mar 11, 2022
1 parent fcc7311 commit 9798115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/shellharden/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "shellharden";
version = "4.1.3";
version = "4.2.0";

src = fetchFromGitHub {
owner = "anordal";
repo = pname;
rev = "v${version}";
sha256 = "04pgmkaqjb1lmlwjjipcrqh9qcyjjkr39vi3h5fl9sr71c8g7dnd";
sha256 = "081b51h88hhyzn9vb9pcszz1wfdj73xwsyfn2ygz708kabzqpvdl";
};

cargoSha256 = "0bjqgw49msl288yfa7bl31bfa9kdy4zh1q3j0lyw4vvkv2r14pf5";
cargoSha256 = "1gwlmds417szwvywvm19wv60a83inp52sf46sd05x5vahb8gv8hg";

postPatch = "patchShebangs moduletests/run";

Expand Down

0 comments on commit 9798115

Please sign in to comment.