clorinde: 0.11.4 -> 0.12.0
This commit is contained in:
parent
df813fd0e2
commit
1da41509fe
@ -8,17 +8,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "clorinde";
|
pname = "clorinde";
|
||||||
version = "0.11.4";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "halcyonnouveau";
|
owner = "halcyonnouveau";
|
||||||
repo = "clorinde";
|
repo = "clorinde";
|
||||||
tag = "clorinde-v${version}";
|
tag = "clorinde-v${version}";
|
||||||
hash = "sha256-p91LgbRj2+acOrmNuupIR92Z5aOJnTobVDd7A6ezrHk=";
|
hash = "sha256-F6RGDhx5+efOKHB35obx6GTncVb0ZloSfLbRbFfunVY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-Vo7Ho+48QJEeAm+eLTCvB/4Q6/YoE0KbbfvdC2WictY=";
|
cargoHash = "sha256-xC/g0J3647QI6tZOozxfDVxe5S4OCJ3DIYEq1U8wpck=";
|
||||||
|
|
||||||
cargoBuildFlags = [ "--package=clorinde" ];
|
cargoBuildFlags = [ "--package=clorinde" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user