We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e719e commit 3f1be28Copy full SHA for 3f1be28
pkgs/by-name/cl/clorinde/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "clorinde";
11
- version = "0.14.4";
+ version = "0.15.0";
12
13
src = fetchFromGitHub {
14
owner = "halcyonnouveau";
15
repo = "clorinde";
16
tag = "clorinde-v${finalAttrs.version}";
17
- hash = "sha256-ZCD8unHHA1yFKlmAaQw9zlJWAecu+j3/fwlp/ro2IFc=";
+ hash = "sha256-PUAySbgmbulSlkabABiSFeDDa+o0tQ2uQtiQGSqO1/w=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-V69c/Ks9qNmwqH4IV0uNDRc2eH7HMHpupE3liZofJhA=";
+ cargoHash = "sha256-zSeAD3MBflO+lhuLxH57YhR6wxsqZn62XQ0dgImdNLE=";
22
23
cargoBuildFlags = [ "--package=clorinde" ];
24
0 commit comments