Skip to content

Commit

Permalink
espup: 0.13.0 -> 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 17, 2024
1 parent 4989a24 commit ac08241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/es/espup/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@

rustPlatform.buildRustPackage rec {
pname = "espup";
version = "0.13.0";
version = "0.14.0";

src = fetchFromGitHub {
owner = "esp-rs";
repo = "espup";
rev = "v${version}";
hash = "sha256-okB8K0ly3MvnkVve41eT0SNr5dPn5E5QXewqLHGL/Tc=";
hash = "sha256-LMzVxLwl24bw1o+OYiNcxm+KrnDyrg8tjkWhwsYYKzs=";
};

cargoHash = "sha256-n2tLG3logtc73Ut/R1UGuLSm7MpZ4Bxp/08SOhGL+80=";
cargoHash = "sha256-gl/Qdzt9vuSvijnJU5MqgC8gtVALp4+zR7dxKioKzDU=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit ac08241

Please sign in to comment.