summary refs log tree commit diff
path: root/pkgs/tools/misc/blflash
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2023-01-15 15:17:29 +0100
committer0x4A6F <0x4A6F@users.noreply.github.com>2023-01-15 15:44:47 +0100
commitc2dc3100be320541b05c08e4485227da0e767938 (patch)
tree299ab979ee26fba62e3df5cdc2abdbe458312317 /pkgs/tools/misc/blflash
parentaa1d74709f5dac623adb4d48fdfb27cc2c92a4d4 (diff)
downloadnixpkgs-c2dc3100be320541b05c08e4485227da0e767938.tar
nixpkgs-c2dc3100be320541b05c08e4485227da0e767938.tar.gz
nixpkgs-c2dc3100be320541b05c08e4485227da0e767938.tar.bz2
nixpkgs-c2dc3100be320541b05c08e4485227da0e767938.tar.lz
nixpkgs-c2dc3100be320541b05c08e4485227da0e767938.tar.xz
nixpkgs-c2dc3100be320541b05c08e4485227da0e767938.tar.zst
nixpkgs-c2dc3100be320541b05c08e4485227da0e767938.zip
blflash: 0.3.3 -> 0.3.5
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 d8c1aec35a0..8cb5d6fcba1 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.3";
+  version = "0.3.5";
 
   src = fetchFromGitHub {
     owner = "spacemeowx2";
     repo = "blflash";
     rev = "v${version}";
-    sha256 = "sha256-hPScmivtugtZm848Itzg4Tb9rppZny+rKi3IBuUxxQY=";
+    sha256 = "sha256-lv5bUbq5AnZVeR8V0A4pamY9ZIQAhLmvZEr+CRMPcj0=";
   };
 
-  cargoSha256 = "sha256-/y3R8B2TOf8jeB9tcewoA9EGN6kj/EPMTjU6rfTF5Vc=";
+  cargoSha256 = "sha256-NRBW2rGrtEmmxONTpCM1D+o5HtnLjp175Sq9+aCp7ZE=";
 
   meta = with lib; {
     description = "An bl602 serial flasher written in Rust";