about summary refs log tree commit diff
path: root/pkgs/tools/security/rustscan
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-11-09 09:53:19 -0500
committerfigsoda <figsoda@pm.me>2022-11-09 09:53:19 -0500
commitcc9214ee8edbe45d9c5cba10a956122e7e85e9ea (patch)
treea94eda48f503f054b0e9bd331e35ea0466b26b93 /pkgs/tools/security/rustscan
parentb341e5bb9695c62b8b99a53fbf93d93cb6945824 (diff)
rustscan: 2.2.0 -> 2.2.1
Diffstat (limited to 'pkgs/tools/security/rustscan')
-rw-r--r--pkgs/tools/security/rustscan/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/rustscan/default.nix b/pkgs/tools/security/rustscan/default.nix
index 79a1fd1195f02..849a921898a7d 100644
--- a/pkgs/tools/security/rustscan/default.nix
+++ b/pkgs/tools/security/rustscan/default.nix
@@ -2,14 +2,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rustscan";
-  version = "2.1.0";
+  version = "2.1.1";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-f9QFsVGGKoWqZGIg8Z8FgZGcUo5M8MFNUavK69SgHkg=";
+    sha256 = "sha256-yGVhbI1LivTIQEgqOK59T1+8SiTJBPIdftiXkwE4lZM=";
   };
 
-  cargoSha256 = "sha256-ZoDE7SJ6snWTFvYXHZdVCC6UCug2wGghH93FfDTDsv0=";
+  cargoSha256 = "sha256-UR3ktV80QU0N3f7qmqdhYpc5uwoPq4UvN40zEuMbp+Q=";
 
   postPatch = ''
     substituteInPlace src/scripts/mod.rs \