Unverified Commit bef382cc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #259754 from r-ryantm/auto-update/espup

espup: 0.5.0 -> 0.6.1
parents 2d7f5499 219b22b3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,16 +15,16 @@

rustPlatform.buildRustPackage rec {
  pname = "espup";
  version = "0.5.0";
  version = "0.6.1";

  src = fetchFromGitHub {
    owner = "esp-rs";
    repo = "espup";
    rev = "v${version}";
    hash = "sha256-Eb0Q+Ju5nTXL0XvNhAo4Mc+ZP/vOfld313H9/oI3I2U=";
    hash = "sha256-2LSlnGte65eemlDw67mPhmf+RuLwnbavNyMYMLgrx/E=";
  };

  cargoHash = "sha256-ZKku6ElEtYXxwqeWTDKcCuZ4Wgqonc0B9nMyNd0VcdU=";
  cargoHash = "sha256-4Gm8nQIsZzaPYtqf7eAyX0iX0rUFBnEiavJR1qcc8/g=";

  nativeBuildInputs = [
    pkg-config