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

Merge pull request #268193 from r-ryantm/auto-update/cargo-show-asm

cargo-show-asm: 0.2.21 -> 0.2.22
parents 40ddd9c2 611e0956
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-show-asm";
  version = "0.2.21";
  version = "0.2.22";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-0Fj+yC464XdqeMWBgBj5g6ZQGrurFM5LbqSe9GSgbGg=";
    hash = "sha256-yj895sAjTQAUmhU38nv9ea6r7lIwqjZFBEeGSHd0J98=";
  };

  cargoHash = "sha256-fW+WvsZv34ZpwaRCs6Uom7t0cV+9yPIlN5pbRea9YEk=";
  cargoHash = "sha256-JbS72/sE2vCocC7o4X6vZfqGz0Tb0FvO/omzj0LhnHQ=";

  nativeBuildInputs = [
    installShellFiles