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

raft-cowsql: 0.18.3 -> 0.19.1
This commit is contained in:
Adam C. Stephens 2024-01-05 13:42:55 -05:00 committed by GitHub
commit b002bc51e4
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.18.3";
version = "0.19.1";
src = fetchFromGitHub {
owner = "cowsql";
repo = "raft";
rev = "refs/tags/v${version}";
hash = "sha256-lfmn+GfdgZ5fdp3Y6ROzEuXsrLNlH/qA98Ni5QAv0oQ=";
hash = "sha256-GF+dfkdBNamaix+teJQfhiVMGFwHoAj6GeQj9EpuhYE=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];