mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
clorinde: 0.15.0 -> 0.15.1
This commit is contained in:
parent
9b3545da9e
commit
9fccd46b6a
1 changed files with 3 additions and 3 deletions
|
@ -8,17 +8,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "clorinde";
|
pname = "clorinde";
|
||||||
version = "0.15.0";
|
version = "0.15.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "halcyonnouveau";
|
owner = "halcyonnouveau";
|
||||||
repo = "clorinde";
|
repo = "clorinde";
|
||||||
tag = "clorinde-v${finalAttrs.version}";
|
tag = "clorinde-v${finalAttrs.version}";
|
||||||
hash = "sha256-PUAySbgmbulSlkabABiSFeDDa+o0tQ2uQtiQGSqO1/w=";
|
hash = "sha256-Ynz1pdgckQzMLuUJUGSzNRNwWZKrEZuYgrrT/BxAxzc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-zSeAD3MBflO+lhuLxH57YhR6wxsqZn62XQ0dgImdNLE=";
|
cargoHash = "sha256-g3pWvoTq1DlKlIDJq79IJrvDiLR0HZRPIt4K1YUPsvM=";
|
||||||
|
|
||||||
cargoBuildFlags = [ "--package=clorinde" ];
|
cargoBuildFlags = [ "--package=clorinde" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue