We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa1d00c + eaf5c44 commit 46ad623Copy full SHA for 46ad623
pkgs/development/tools/rbspy/default.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "rbspy";
13
- version = "0.29.0";
+ version = "0.31.0";
14
15
src = fetchFromGitHub {
16
owner = "rbspy";
17
repo = "rbspy";
18
tag = "v${version}";
19
- hash = "sha256-KEF98h51F4sZ/eX08hggabnBji/8e/yJTP1VNzuLOlw=";
+ hash = "sha256-U+HqTAU6b1tVlg7xcttmbZtLGlN1dFYxIkrBkMhi+ck=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-Wn5H+h7+UKm/AYRZ6e68E6W8h5bnweUPTsY2z6y4Ahc=";
+ cargoHash = "sha256-kPnkhR/Er1MflmEfFlNSW+qt2+y27TxnBsKsmTTkaQA=";
24
25
# error: linker `aarch64-linux-gnu-gcc` not found
26
postPatch = ''
0 commit comments