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

duckdb: 0.3.2 -> 0.3.3
This commit is contained in:
Robert Scott 2022-04-12 23:55:16 +01:00 committed by GitHub
commit bb955f7b59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation rec {
pname = "duckdb";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-F5YOqDeY3rgcnuu5SNqOfUxhsaXgqvdJZTnD1unI0tc=";
sha256 = "sha256-WxJj5hOJsRuKUHjpGZWsa0PxRZZJcX88p1/typ+yqEw=";
};
patches = [ ./version.patch ];