Merge pull request #272878 from beeb/espup-0.10.0
espup: 0.9.0 -> 0.10.0
This commit is contained in:
@@ -15,16 +15,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "espup";
|
||||
version = "0.9.0";
|
||||
version = "0.10.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "esp-rs";
|
||||
repo = "espup";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-CNEfqrysSETTJzhVl45Aip04QRxE9Kbqalu6SLQ16i4=";
|
||||
hash = "sha256-MLr6Fh1KAvGry/fToJuLYOf36MKW2i5W4XiMIEeb52M=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-9eQm2+p8eXrfbvdjfqQrbQ4oprNJL8rO88gafBe8/RQ=";
|
||||
cargoHash = "sha256-AIM08tvt1w+TJgjxCxU+zN9eDBvgCv15WM+vQGbTF18=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
@@ -71,7 +71,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Tool for installing and maintaining Espressif Rust ecosystem.";
|
||||
homepage = "https://github.com/esp-rs/espup/";
|
||||
license = with licenses; [ mit asl20 ];
|
||||
maintainers = with maintainers; [ knightpp ];
|
||||
maintainers = with maintainers; [ knightpp beeb ];
|
||||
mainProgram = "espup";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user