File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99rustPlatform . 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
You can’t perform that action at this time.
0 commit comments