mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
Merge pull request #315955 from r-ryantm/auto-update/tracexec
This commit is contained in:
commit
e5e1915aa8
|
@ -8,7 +8,7 @@
|
|||
}:
|
||||
let
|
||||
pname = "tracexec";
|
||||
version = "0.3.1";
|
||||
version = "0.4.0";
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
inherit pname version;
|
||||
|
@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
|
|||
owner = "kxxt";
|
||||
repo = "tracexec";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-w43wYHyKrrBhph1Of07YAdcoAB+AMcmRyaiVPQUdZPk=";
|
||||
hash = "sha256-Rhxg3VmdMSo1xlazvToIdvkBvuFUKTq82U3PnedGHHs=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-ks+z6jnf1H+j5g1Ml3zjHmlvhtpZxUiORkHHZzDMSuw=";
|
||||
cargoHash = "sha256-rioZfUJD4ZOpXGCWsBDQkYwW9XtTjFnGgMKl0mPF5XM=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
cargo-about
|
||||
|
|
Loading…
Reference in a new issue