Merge pull request #137754 from r-ryantm/auto-update/duckdb

This commit is contained in:
Sandro 2021-09-14 12:09:02 +02:00 committed by GitHub
commit 071317d543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "duckdb";
version = "0.2.8";
version = "0.2.9";
src = fetchFromGitHub {
owner = "cwida";
repo = "duckdb";
rev = "v${version}";
sha256 = "sha256-X8zk9D7BQQ6iHdfvpaTZ8wS779wt3nRthH7OG4p9bTg=";
sha256 = "sha256-ID65xpNSDyi19OcOs9Gdf5xpK++UVWclp8pVggIWQNU=";
};
nativeBuildInputs = [ cmake ];