raft-cowsql: 0.17.7 -> 0.18.2

This commit is contained in:
R. Ryantm 2023-11-12 11:21:39 +00:00
parent 6f31405389
commit 9964062ced

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "raft-cowsql";
version = "0.17.7";
version = "0.18.2";
src = fetchFromGitHub {
owner = "cowsql";
repo = "raft";
rev = "refs/tags/v${version}";
hash = "sha256-ZAUC2o0VWpC/zMOVOAxW+CAdiDTXa5JG0gfHirTjm88=";
hash = "sha256-CMcKXX2u+qiroleg5GIovTOVAg9ycXBsRDqfsOCL3yo=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];