Skip to content

Commit

Permalink
Merge pull request NixOS#286010 from r-ryantm/auto-update/espup
Browse files Browse the repository at this point in the history
espup: 0.10.0 -> 0.11.0
  • Loading branch information
marsam authored Feb 3, 2024
2 parents 2f18b39 + 714d1bd commit f8c8823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/espup/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

rustPlatform.buildRustPackage rec {
pname = "espup";
version = "0.10.0";
version = "0.11.0";

src = fetchFromGitHub {
owner = "esp-rs";
repo = "espup";
rev = "v${version}";
hash = "sha256-MLr6Fh1KAvGry/fToJuLYOf36MKW2i5W4XiMIEeb52M=";
hash = "sha256-BW71yFX4jfx90KHdynkGSqWD4diyjEBQfdBNquVdDDI=";
};

cargoHash = "sha256-AIM08tvt1w+TJgjxCxU+zN9eDBvgCv15WM+vQGbTF18=";
cargoHash = "sha256-iUVOU1P996hLC1rR/wWtsDBkKSB0rD7PPh6ZsQkHq3I=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit f8c8823

Please sign in to comment.