about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang2023-03-29 00:40:59 +0300
committerGitHub2023-03-29 00:40:59 +0300
commitc8040f1891402ddb4147a823263a0712a611066d (patch)
tree5eafc440713aafa15f92b0873adfe8a6df607ecb
parent735b207a455b784f7f33d6a4cc6010411bdbebc6 (diff)
parentf4b0e86c9386a90a8099b34464bae17f248af1c8 (diff)
Merge pull request #223189 from r-ryantm/auto-update/svlint
svlint: 0.6.1 -> 0.7.1
-rw-r--r--pkgs/development/tools/analysis/svlint/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/analysis/svlint/default.nix b/pkgs/development/tools/analysis/svlint/default.nix
index 390b25b642c2..158e73ccd9d9 100644
--- a/pkgs/development/tools/analysis/svlint/default.nix
+++ b/pkgs/development/tools/analysis/svlint/default.nix
@@ -5,14 +5,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "svlint";
-  version = "0.6.1";
+  version = "0.7.1";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-rPgURBjhfCRO7XFtr24Y7Dvcm/VEv7frq8p6wvtgjdY=";
+    sha256 = "sha256-FLyD6fbcBi15gSh4dB9titqrJS3COfJYhxA3uroD24k=";
   };
 
-  cargoSha256 = "sha256-IFoK52Qmw34oghAwlGtGFLl9MWXtJkMcx86jIqiwjuQ=";
+  cargoHash = "sha256-yD7oQyT7QimUOtaqaUURPP8hV0z6QKBhItk5C+rJjwo=";
 
   cargoBuildFlags = [ "--bin" "svlint" ];