Martin Weinelt 2023-03-13 16:21:01 +01:00
parent 0266dd07d5
commit 05e81f88b2
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -16,7 +16,7 @@
let let
pname = "dump_syms"; pname = "dump_syms";
version = "2.2.0"; version = "2.2.1";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
inherit pname version; inherit pname version;
@ -25,10 +25,10 @@ rustPlatform.buildRustPackage {
owner = "mozilla"; owner = "mozilla";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-rbpZXLtBPD77jZ+P6ljtrSfKYfhMUdsP/Eoi0cYxsqo="; hash = "sha256-YzGFzmAGHev3gM6+l0sC+nCdyEYZI2G30U1JBrZ2uSU=";
}; };
cargoSha256 = "sha256-UUyoiyA9ykUnFavsAqo7gNMSYpQ9Lu29t4fn1oLj6gs="; cargoSha256 = "sha256-gWLd1MUpCeVRUgzqkA5USmlYDq8BmmB/EQfiFl9JsjA=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config