tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
cargo-espflash: 2.0.1 -> 2.1.0
R. Ryantm
2 years ago
1165b339
5103716b
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
rust
cargo-espflash
default.nix
+3
-3
pkgs/development/tools/rust/cargo-espflash/default.nix
reviewed
···
13
13
14
14
rustPlatform.buildRustPackage rec {
15
15
pname = "cargo-espflash";
16
16
-
version = "2.0.1";
16
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
22
-
hash = "sha256-PYW5OM3pbmROeGkbGiLhnVGrYq6xn3B1Z4sbIjtAPlk=";
22
22
+
hash = "sha256-Nv2/33VYpCkPYyUhlVDYJR1BkbtEvEPtmgyZXfVn1ug=";
23
23
};
24
24
25
25
nativeBuildInputs = [
···
36
36
SystemConfiguration
37
37
];
38
38
39
39
-
cargoHash = "sha256-gTehRP9Ct150n3Kdz+NudJcKGeOCT059McrXURhy2iQ=";
39
39
+
cargoHash = "sha256-FpBc92a2JQHRLe5S6yh3l0FpRI8LpkGGEma/4v5X4xs=";
40
40
41
41
passthru.updateScript = nix-update-script { };
42
42