espflash: 2.1.0 -> 3.0.0

This commit is contained in:
Stefan Frijters 2024-03-13 13:17:30 +01:00
parent a6af0d9267
commit bc55ffb14a
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

@ -14,13 +14,13 @@
rustPlatform.buildRustPackage rec {
pname = "espflash";
version = "2.1.0";
version = "3.0.0";
src = fetchFromGitHub {
owner = "esp-rs";
repo = "espflash";
rev = "v${version}";
hash = "sha256-Nv2/33VYpCkPYyUhlVDYJR1BkbtEvEPtmgyZXfVn1ug=";
hash = "sha256-0CnYdz1KG/y4B+dOp9rYE097ctf4GNmyqv3/xywdA6A=";
};
nativeBuildInputs = [
@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
SystemConfiguration
];
cargoHash = "sha256-Xj5FVTssC3e+mMhDHmKqV6lUQgaIv3aVc1yewbQSy9E=";
cargoHash = "sha256-CmhBl+d5odc0QL45aWCJcBZIVeJsdpxJweh7FT8cpyY=";
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd espflash \