hayagriva: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm 2023-12-15 18:14:10 +00:00
parent f4de47d49e
commit 813717191f

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "hayagriva";
version = "0.5.0";
version = "0.5.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-oUIMtyQoOqn3C8XOSLFHso76GOHB54ZoLBSDWaDcqdE=";
hash = "sha256-nXfoPAUU8pDUj8MdpiYbN9ToJbWk4CsUTGehgGDvykg=";
};
cargoHash = "sha256-l1iFF44qTaBu2QDxkTLZTo+R32OTu5za1qdXtq43IM8=";
cargoHash = "sha256-xKCnHqQn4mNvZ9LBgDnD4VDlUBgRO1SYLmvqq11GFsc=";
buildFeatures = [ "cli" ];