Merge pull request #277257 from r-ryantm/auto-update/amber

amber: 0.5.9 -> 0.6.0
This commit is contained in:
Nick Cao 2023-12-28 12:23:40 -05:00 committed by GitHub
commit cdc882862a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,16 +4,16 @@
rustPlatform.buildRustPackage rec {
pname = "amber";
version = "0.5.9";
version = "0.6.0";
src = fetchFromGitHub {
owner = "dalance";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mmgJCD7kJjvpxyagsoe5CSzqIEZcIiYMAMP3axRphv4=";
sha256 = "sha256-q0o2PQngbDLumck27V0bIiB35zesn55Y+MwK2GjNVWo=";
};
cargoSha256 = "sha256-opRinhTmhZxpAwHNiVOLXL8boQf09Y1NXrWQ6HWQYQ0=";
cargoHash = "sha256-nBSgP30Izskq9RbhVIyqWzZgG5ZWHVdiukldw+Q0rco=";
buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];