Skip to content

Commit

Permalink
Merge pull request #333108 from r-ryantm/auto-update/dqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Aug 8, 2024
2 parents 7750379 + d97ef61 commit 3922c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/dqlite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "dqlite";
version = "1.16.6";
version = "1.16.7";

src = fetchFromGitHub {
owner = "canonical";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-NtBEhtK6PysRqCUNcbFvPMBEmDR9WWJkWdFdzTOKt/8=";
hash = "sha256-XQvJO4sFKRKDVdtoXP2Ue80otDC0Ry6EB1Z0shetuhw=";
};

nativeBuildInputs = [ autoreconfHook file pkg-config ];
Expand Down

0 comments on commit 3922c7b

Please sign in to comment.