clorinde: 0.11.4 -> 0.12.0

This commit is contained in:
Defelo 2025-02-16 15:48:13 +01:00
parent df813fd0e2
commit 1da41509fe
No known key found for this signature in database
GPG Key ID: 2A05272471204DD3

View File

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "clorinde";
version = "0.11.4";
version = "0.12.0";
src = fetchFromGitHub {
owner = "halcyonnouveau";
repo = "clorinde";
tag = "clorinde-v${version}";
hash = "sha256-p91LgbRj2+acOrmNuupIR92Z5aOJnTobVDd7A6ezrHk=";
hash = "sha256-F6RGDhx5+efOKHB35obx6GTncVb0ZloSfLbRbFfunVY=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Vo7Ho+48QJEeAm+eLTCvB/4Q6/YoE0KbbfvdC2WictY=";
cargoHash = "sha256-xC/g0J3647QI6tZOozxfDVxe5S4OCJ3DIYEq1U8wpck=";
cargoBuildFlags = [ "--package=clorinde" ];