raft-cowsql: 0.17.3 -> 0.17.7

This commit is contained in:
R. Ryantm 2023-10-16 20:34:49 +00:00
parent e0b3b074fb
commit 4a8ae8feb2

View file

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