raft-cowsql: 0.19.1 -> 0.22.0

This commit is contained in:
R. Ryantm 2024-02-11 15:52:21 +00:00
parent 9002908215
commit 14f30e7bfb

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "raft-cowsql";
version = "0.19.1";
version = "0.22.0";
src = fetchFromGitHub {
owner = "cowsql";
repo = "raft";
rev = "refs/tags/v${version}";
hash = "sha256-GF+dfkdBNamaix+teJQfhiVMGFwHoAj6GeQj9EpuhYE=";
hash = "sha256-kd0PD45+CenlfRMp5O48uELyZ2gEtasCe7xNEzsKU+M=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];