Skip to content

Commit

Permalink
Merge pull request NixOS#277562 from r-ryantm/auto-update/rbspy
Browse files Browse the repository at this point in the history
rbspy: 0.17.1 -> 0.18.0
  • Loading branch information
viraptor authored Jan 4, 2024
2 parents 6ce10ae + 6478705 commit 51d4de8
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.17.1";
version = "0.18.0";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-stZWTzrRk+dyscV+OtL5aEOv+MLrN3bMSIrhrZXmCfc=";
hash = "sha256-lVZLUQDDEQcysQI1oRbBCV/1PGvDO4ipH1ngTL6fuY8=";
};

cargoHash = "sha256-pexYgL3gSeuglAQWn09nXgxQCUX+TFvnFU0uiwHEfzk=";
cargoHash = "sha256-PgYeJcCg/WvQR8XEwVqlb/OXueSsMILT7zIvJkSaRSo=";

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

0 comments on commit 51d4de8

Please sign in to comment.