Skip to content

Commit

Permalink
duckdb: 0.2.1 -> 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 11, 2020
1 parent 379aaa1 commit faa1d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/duckdb/default.nix
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "duckdb";
version = "0.2.1";
version = "0.2.2";

src = fetchFromGitHub {
owner = "cwida";
repo = "duckdb";
rev = "v${version}";
sha256 = "18l4qdzfm8k9ggn49r3h99cbcmmq01byzkxps3pvmq8q246hb55x";
sha256 = "1pzz2zjzpvji5am21vd9kjxj0pnxsjmrsfqrym9h2rk2mi7p2cx8";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit faa1d78

Please sign in to comment.