summary refs log tree commit diff
path: root/pkgs/tools/misc/blflash
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-19 02:53:18 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-21 19:43:10 -0700
commitdac51dfb1f8aba105981ff5f745c59c15386fcc6 (patch)
treef6deb83e12ef2ac5e127ff3e028b8bd85ce30500 /pkgs/tools/misc/blflash
parentdebd4a44d41453352ef64d1120105bf9e92a7c04 (diff)
blflash: 0.3.2 -> 0.3.3
Diffstat (limited to 'pkgs/tools/misc/blflash')
-rw-r--r--pkgs/tools/misc/blflash/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/blflash/default.nix b/pkgs/tools/misc/blflash/default.nix
index bf09fc8d0a7cc..d8c1aec35a0c7 100644
--- a/pkgs/tools/misc/blflash/default.nix
+++ b/pkgs/tools/misc/blflash/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "blflash";
-  version = "0.3.2";
+  version = "0.3.3";
 
   src = fetchFromGitHub {
     owner = "spacemeowx2";
     repo = "blflash";
     rev = "v${version}";
-    sha256 = "sha256-+2ncK1ibtQwlBREw4Yiqj4vFvAcZqjkoTBtBdAAUoRg=";
+    sha256 = "sha256-hPScmivtugtZm848Itzg4Tb9rppZny+rKi3IBuUxxQY=";
   };
 
-  cargoSha256 = "sha256-tt9jfcoEw/HQ0/qU4lhbqKtIw/lthDTcyf/3HYQNPEY=";
+  cargoSha256 = "sha256-/y3R8B2TOf8jeB9tcewoA9EGN6kj/EPMTjU6rfTF5Vc=";
 
   meta = with lib; {
     description = "An bl602 serial flasher written in Rust";