apkeep: 0.15.0 -> 0.16.0

This commit is contained in:
R. Ryantm 2024-04-05 00:28:43 +00:00
parent 86485bebac
commit 48f1ff4e74
1 changed files with 3 additions and 3 deletions

View File

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "apkeep";
version = "0.15.0";
version = "0.16.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-PikUb9D9duMATo9hJgjuZUK3WXUKfnCDWJBE/bJI92c=";
hash = "sha256-nPeXIzy9tYWeJrq1tIKXMILOjVnsAvsceY5dzz7+pYE=";
};
cargoHash = "sha256-R58CzeI1Xho6kzjb9ktO7sr6TgM3Hf2VU0pK4hmb1v4=";
cargoHash = "sha256-0NyZmZ00zmGfndz47NMeh76SMmh0ap6ZfkKebX7pMfw=";
prePatch = ''
rm .cargo/config.toml