about summary refs log tree commit diff
path: root/pkgs/development/tools/shellharden
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-24 14:57:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-24 14:57:47 +0000
commit74c99ac81d0fb06c2a2e87f691c2024ed2051891 (patch)
tree6e0267801a006c055197c8d4f0a3133dc2bf0756 /pkgs/development/tools/shellharden
parent0ea4f4d8af2f83ca26f804451d985621c130d82a (diff)
shellharden: 4.3.0 -> 4.3.1
Diffstat (limited to 'pkgs/development/tools/shellharden')
-rw-r--r--pkgs/development/tools/shellharden/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/shellharden/default.nix b/pkgs/development/tools/shellharden/default.nix
index dbf903e923bf7..47498cca57c28 100644
--- a/pkgs/development/tools/shellharden/default.nix
+++ b/pkgs/development/tools/shellharden/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "shellharden";
-  version = "4.3.0";
+  version = "4.3.1";
 
   src = fetchFromGitHub {
     owner = "anordal";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-yOfGMxNaaw5ub7woShDMCJNiz6FgV5IBJN87VmORLvg=";
+    sha256 = "sha256-aBX3RXfDhlXVMV8aPO0pu3527nDoYrUDUbH6crWO/W8=";
   };
 
-  cargoSha256 = "sha256-o3CBnxEQNmvn+h/QArIkzi9xfZzIngvwHpkMT+PItY4=";
+  cargoHash = "sha256-/t5dsDOokuUC0ZG8hPzsUoAvteLHWby6eKZNtnL/XUw=";
 
   postPatch = "patchShebangs moduletests/run";