lol

cargo-espflash: 2.0.1 -> 2.1.0

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-espflash/default.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "cargo-espflash"; 16 - version = "2.0.1"; 16 + version = "2.1.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "esp-rs"; 20 20 repo = "espflash"; 21 21 rev = "v${version}"; 22 - hash = "sha256-PYW5OM3pbmROeGkbGiLhnVGrYq6xn3B1Z4sbIjtAPlk="; 22 + hash = "sha256-Nv2/33VYpCkPYyUhlVDYJR1BkbtEvEPtmgyZXfVn1ug="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ ··· 36 36 SystemConfiguration 37 37 ]; 38 38 39 - cargoHash = "sha256-gTehRP9Ct150n3Kdz+NudJcKGeOCT059McrXURhy2iQ="; 39 + cargoHash = "sha256-FpBc92a2JQHRLe5S6yh3l0FpRI8LpkGGEma/4v5X4xs="; 40 40 41 41 passthru.updateScript = nix-update-script { }; 42 42