Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

espflash: 4.0.0 -> 4.0.1 (#423233)

authored by Matthias Beyer and committed by GitHub 08b5c8b3 3de1f627

Changed files
+3 -3
pkgs
by-name
es
espflash
+3 -3
pkgs/by-name/es/espflash/package.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "espflash"; 14 - version = "4.0.0"; 14 + version = "4.0.1"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "esp-rs"; 18 18 repo = "espflash"; 19 19 tag = "v${version}"; 20 - hash = "sha256-ZC5TL56lWopfFuKQp0GatyTXDRYHMb0t/6/15hyBxXg="; 20 + hash = "sha256-5G5oThlOmd3XG6JwdjYV6p7To51bdFpjlNMR2XJicHw"; 21 21 }; 22 22 23 23 nativeBuildInputs = [ ··· 31 31 buildInputs = [ openssl ]; 32 32 33 33 useFetchCargoVendor = true; 34 - cargoHash = "sha256-O/rZU0fflF0Sa44mO2dUFOeW7uQdNzzGaMeyaYHaFiI="; 34 + cargoHash = "sha256-dLX5FC5A3+Dr3Dex+YEAnDgNNOQYd2JgGujXWpnSNUo="; 35 35 36 36 postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' 37 37 installShellCompletion --cmd espflash \