rbspy: 0.32.0 -> 0.33.0

This commit is contained in:
R. Ryantm
2025-04-19 01:49:28 +00:00
parent 3457f544d1
commit ff7691f369
+3 -3
View File
@@ -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 = ''