Skip to content

Commit

Permalink
questdb: 8.0.1 -> 8.1.0 (#327786)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Sep 10, 2024
2 parents 6ba9e63 + ad5c690 commit c074e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/nosql/questdb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "questdb";
version = "8.0.1";
version = "8.1.0";

src = fetchurl {
url = "https://github.com/questdb/questdb/releases/download/${finalAttrs.version}/questdb-${finalAttrs.version}-no-jre-bin.tar.gz";
hash = "sha256-S6i6XLxFpIxYAlxCu+MAznMLkBWvp8QVxged+rYCWT0=";
hash = "sha256-mqfL+boSCxktYT8pTq15i8bJL48ZxKmm1ygtBIhs0wg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c074e71

Please sign in to comment.