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

raft-cowsql: 0.19.1 -> 0.22.0
This commit is contained in:
Adam C. Stephens 2024-02-13 10:59:53 -05:00 committed by GitHub
commit 49fb42042a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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