Skip to content

Commit 0cc7c1d

Browse files
authored
clorinde: 0.12.0 -> 0.12.1 and refactor (#384372)
2 parents b3adf45 + 1a65d0a commit 0cc7c1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

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

1313
src = fetchFromGitHub {
1414
owner = "halcyonnouveau";
1515
repo = "clorinde";
1616
tag = "clorinde-v${finalAttrs.version}";
17-
hash = "sha256-F6RGDhx5+efOKHB35obx6GTncVb0ZloSfLbRbFfunVY=";
17+
hash = "sha256-c64fbOWURmx9HcinFHShJXjZy2+eDXITH+tBZyRQQuk=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-xC/g0J3647QI6tZOozxfDVxe5S4OCJ3DIYEq1U8wpck=";
21+
cargoHash = "sha256-zFYBDMA+PDrbuYJewUuhLtaBYVFAMR+POuO/o00yb9k=";
2222

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

@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
3838
meta = {
3939
description = "Generate type-checked Rust from your PostgreSQL";
4040
homepage = "https://github.com/halcyonnouveau/clorinde";
41-
changelog = "https://github.com/halcyonnouveau/clorinde/blob/${finalAttrs.src.rev}/CHANGELOG.md";
41+
changelog = "https://github.com/halcyonnouveau/clorinde/blob/clorinde-v${finalAttrs.version}/CHANGELOG.md";
4242
license = with lib.licenses; [
4343
mit
4444
asl20

0 commit comments

Comments
 (0)