Merge pull request #261488 from r-ryantm/auto-update/raft-cowsql

raft-cowsql: 0.17.3 -> 0.17.7
This commit is contained in:
Weijia Wang 2023-10-17 21:29:12 +02:00 committed by GitHub
commit f48939f8d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];