Skip to content

Commit

Permalink
rbspy: 0.25.0 -> 0.27.0 (#359423)
Browse files Browse the repository at this point in the history
  • Loading branch information
viraptor authored Nov 27, 2024
2 parents 3426d41 + 9a06b2e commit 85abd79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rbspy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "rbspy";
version = "0.25.0";
version = "0.27.0";

src = fetchFromGitHub {
owner = "rbspy";
repo = "rbspy";
rev = "refs/tags/v${version}";
hash = "sha256-6J+/clldoMSTcZXM4N8THZ3fk2NE9VQ2XyDIzVej6OY=";
hash = "sha256-K5zDM7HhSNklCMoj3yh5lf0HTITOl2UYXW0QCxDF2GU=";
};

cargoHash = "sha256-u42FDaSpunkj5u1zYtk27tKunW4ZzsNgYCmrSnuAe5k=";
cargoHash = "sha256-2yYv7Pp6UqHTPrmG4BM0py3GoPYYJW7e9LQSrgxx/3A=";

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

0 comments on commit 85abd79

Please sign in to comment.