hayagriva: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm
2025-02-05 13:23:36 +00:00
parent ab36ef17c8
commit e234b4c77e
+3 -3
View File
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec {
pname = "hayagriva";
version = "0.8.0";
version = "0.8.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-B0q5jwJVDpxywTuSspsfDameDfEkok5oTz/Oty9LkOI=";
hash = "sha256-JZfkYrb4Gn6oP+kcFj7kC10r1aSddigGZPRx18pr5Gg=";
};
cargoHash = "sha256-N+3W4x5p5qas47uwVT0NrJNe9udE+0rQLx/ypo1pbR4=";
cargoHash = "sha256-pTHquX6TacH/g3jzsiBqZKg8GikC+8NheTLqx9OpcBk=";
buildFeatures = [ "cli" ];