Skip to content

Commit 46ad623

Browse files
authored
rbspy: 0.29.0 -> 0.31.0 (#384024)
2 parents aa1d00c + eaf5c44 commit 46ad623

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/rbspy/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "rbspy";
13-
version = "0.29.0";
13+
version = "0.31.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "rbspy";
1717
repo = "rbspy";
1818
tag = "v${version}";
19-
hash = "sha256-KEF98h51F4sZ/eX08hggabnBji/8e/yJTP1VNzuLOlw=";
19+
hash = "sha256-U+HqTAU6b1tVlg7xcttmbZtLGlN1dFYxIkrBkMhi+ck=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-Wn5H+h7+UKm/AYRZ6e68E6W8h5bnweUPTsY2z6y4Ahc=";
23+
cargoHash = "sha256-kPnkhR/Er1MflmEfFlNSW+qt2+y27TxnBsKsmTTkaQA=";
2424

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

0 commit comments

Comments
 (0)