amber: 0.5.9 -> 0.6.0

This commit is contained in:
R. Ryantm 2023-12-28 07:12:01 +00:00
parent 55b8e90b5f
commit 0ea859af92

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 ];