Skip to content

Commit 3f1be28

Browse files
committed
clorinde: 0.14.4 -> 0.15.0
1 parent 81e719e commit 3f1be28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/cl/clorinde/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
rustPlatform.buildRustPackage (finalAttrs: {
1010
pname = "clorinde";
11-
version = "0.14.4";
11+
version = "0.15.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "halcyonnouveau";
1515
repo = "clorinde";
1616
tag = "clorinde-v${finalAttrs.version}";
17-
hash = "sha256-ZCD8unHHA1yFKlmAaQw9zlJWAecu+j3/fwlp/ro2IFc=";
17+
hash = "sha256-PUAySbgmbulSlkabABiSFeDDa+o0tQ2uQtiQGSqO1/w=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-V69c/Ks9qNmwqH4IV0uNDRc2eH7HMHpupE3liZofJhA=";
21+
cargoHash = "sha256-zSeAD3MBflO+lhuLxH57YhR6wxsqZn62XQ0dgImdNLE=";
2222

2323
cargoBuildFlags = [ "--package=clorinde" ];
2424

0 commit comments

Comments
 (0)