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

Merge pull request #292035 from r-ryantm/auto-update/rbspy

rbspy: 0.19.0 -> 0.19.1
parents ec25c90d 7320639d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "rbspy";
  version = "0.19.0";
  version = "0.19.1";

  src = fetchFromGitHub {
    owner = "rbspy";
    repo = "rbspy";
    rev = "refs/tags/v${version}";
    hash = "sha256-OO0EX+r7W8HxPjbER+84m+nagPBM6GlCdB30VQV58mQ=";
    hash = "sha256-2+miC7cp6YbeI7uucFlSdlDpPboJOhhBq7/eqXxZVqs=";
  };

  cargoHash = "sha256-yywh/O4odm+VmM0k/Ft0DEihq6r+xehrpjbYryvVStw=";
  cargoHash = "sha256-I+nh6cKniPIG5VYMMsABZNSP/c3DLWswsjenaQBh/X8=";

  # error: linker `aarch64-linux-gnu-gcc` not found
  postPatch = ''