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

rbspy: 0.20.0 -> 0.21.0
This commit is contained in:
Stanisław Pitucha 2024-06-06 21:06:44 +10:00 committed by GitHub
commit 11742a48fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "rbspy";
version = "0.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "rbspy";
repo = "rbspy";
rev = "refs/tags/v${version}";
hash = "sha256-Ut/QeckPdgaVPYNWNjo6RCmLOc2EOXfcqRIC14I/Ruk=";
hash = "sha256-FnnpMin0hDNjQ/CpTBme4RUrp7+A5FH1DkQ8FcqwK7Q=";
};
cargoHash = "sha256-EJ9ij3Q10CehhrJ/nyXOuqVhiVVfHHhyqIcq8fVmzTU=";
cargoHash = "sha256-HzXbNoColjxrbswAPY/cr3p6qWXb/0os8VYi/nQyEgo=";
# error: linker `aarch64-linux-gnu-gcc` not found
postPatch = ''