duckdb: 0.8.0 -> 0.8.1

Release notes: https://github.com/duckdb/duckdb/releases/tag/v0.8.1
This commit is contained in:
Phillip Cloud 2023-06-18 06:23:16 -04:00
parent 63e4a83928
commit 130b79cbaf
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -15,13 +15,13 @@ let
in
stdenv.mkDerivation rec {
pname = "duckdb";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-w01QB3mufeKdo4d0BBm6xiidnnyo9CLpmntT6690leM=";
hash = "sha256-LEv9yURkYvONObTbIA4CS+umwCRMH8gRQaDtzbCzID4=";
};
patches = [ ./version.patch ];