Unverified Commit 7b403515 authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

rbspy: 0.32.0 -> 0.33.0 (#399925)

parents 00ddf2e0 ff7691f3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@

rustPlatform.buildRustPackage rec {
  pname = "rbspy";
  version = "0.32.0";
  version = "0.33.0";

  src = fetchFromGitHub {
    owner = "rbspy";
    repo = "rbspy";
    tag = "v${version}";
    hash = "sha256-Wru0oja8gxNMi+PPUijL3dxl1TD2Gd7/oGGLlU4/F3I=";
    hash = "sha256-JvlFVoYGPPe3WJgS1MS3GHGpZcGpRh8Yg+8NwARJ3eI=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-fcdKXy36StfZQskKxl7N7g3QME1wDEM1whpni2zUXmw=";
  cargoHash = "sha256-DDWsp8EzqbRyal6/x1hQE1sOdtBt1qACzd2f5wmsiHg=";

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