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

raft-cowsql: 0.22.0 -> 0.22.1
This commit is contained in:
Adam C. Stephens 2024-04-01 08:27:36 -04:00 committed by GitHub
commit 05eb18bcc7
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.22.0";
version = "0.22.1";
src = fetchFromGitHub {
owner = "cowsql";
repo = "raft";
rev = "refs/tags/v${version}";
hash = "sha256-kd0PD45+CenlfRMp5O48uELyZ2gEtasCe7xNEzsKU+M=";
hash = "sha256-aGw/ATu8Xdjfqa0qWg8Sld9PKCmQsMtZhuNBwagER7M=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];