mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
bpftop: 0.5.1 -> 0.5.2
This commit is contained in:
parent
7fee7ae70f
commit
051250a049
@ -10,7 +10,7 @@
|
||||
}:
|
||||
let
|
||||
pname = "bpftop";
|
||||
version = "0.5.1";
|
||||
version = "0.5.2";
|
||||
in
|
||||
rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } {
|
||||
inherit pname version;
|
||||
@ -18,10 +18,10 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } {
|
||||
owner = "Netflix";
|
||||
repo = "bpftop";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-CSQfg0JuWm0CFyC4eXxn7eSyKIu0gKAqgiQT64tgnDI=";
|
||||
hash = "sha256-WH/oCnkBcvoouBbkAcyawfAuNR3VsTl5+ZATLpi9d4w=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-Hg763Zy5KRZqEDoasoDScZGAPb1ABRp+LI1c7IYJNf0=";
|
||||
cargoHash = "sha256-H9HapuIyJJOSQIR9IvFZaQ+Nz9M0MH12JwbY8r2l+JY=";
|
||||
|
||||
buildInputs = [
|
||||
elfutils
|
||||
|
Loading…
Reference in New Issue
Block a user