mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
dump_syms: 2.1.1 -> 2.2.0
Diff: https://github.com/mozilla/dump_syms/compare/v2.1.1...v2.2.0 Changelog: https://github.com/mozilla/dump_syms/releases/tag/v2.2.0
This commit is contained in:
parent
0876edb4d1
commit
72d1c11b1e
@ -16,7 +16,7 @@
|
||||
|
||||
let
|
||||
pname = "dump_syms";
|
||||
version = "2.1.1";
|
||||
version = "2.2.0";
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
inherit pname version;
|
||||
@ -25,10 +25,10 @@ rustPlatform.buildRustPackage {
|
||||
owner = "mozilla";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-XK//loEbKqE7DMxC9uzr+916i9E9wGHKl2MRtt1rNEg=";
|
||||
hash = "sha256-rbpZXLtBPD77jZ+P6ljtrSfKYfhMUdsP/Eoi0cYxsqo=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-2We/JKU1U5q5jzl9rVoDmuGYIPbo5ylMl2O4s3PClVE=";
|
||||
cargoSha256 = "sha256-UUyoiyA9ykUnFavsAqo7gNMSYpQ9Lu29t4fn1oLj6gs=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user