File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111stdenv . mkDerivation ( finalAttrs : {
1212 pname = "duckdb" ;
13- version = "1.4.3 " ;
13+ version = "1.5.1 " ;
1414
1515 src = fetchFromGitHub {
1616 owner = "duckdb" ;
1717 repo = "duckdb" ;
1818 rev = "v${ finalAttrs . version } " ;
19- hash = "sha256-zYiyY/8mYCyKuSQYNxepGbZPVgdCgULLmhZlWAAW0QA =" ;
19+ hash = "sha256-FygBpfhvezvUbI969Dta+vZOPt6BnSW2d5gO4I4oB2A =" ;
2020 } ;
2121
2222 outputs = [
Original file line number Diff line number Diff line change 1919 src = fetchFromGitHub {
2020 owner = "TylerHillery" ;
2121 repo = "pg_duckdb" ;
22- rev = "995fc34dd83659bed8f6ca3f2f66cc8eaa57fb14 " ;
23- hash = "sha256-QCDgXbeSEEu927zr1ctvI3UeH+xJiUFnY/SVwEeRyjk =" ;
22+ rev = "eb7af6ede232f951c78192c79109c6d0be73b7b2 " ;
23+ hash = "sha256-nhnxaesR9IOZWkfUFJ5ds+2OpcstMQ9OpUvsHGqnN7Y =" ;
2424 } ;
2525
2626 nativeBuildInputs = lib . optionals ( ! stdenv . isDarwin ) [ patchelf ] ;
You can’t perform that action at this time.
0 commit comments