Merge pull request #261487 from r-ryantm/auto-update/raft-canonical

raft-canonical: 0.17.1 -> 0.18.0
This commit is contained in:
Weijia Wang 2023-10-17 21:29:00 +02:00 committed by GitHub
commit b2d464e5a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "raft-canonical";
version = "0.17.1";
version = "0.18.0";
src = fetchFromGitHub {
owner = "canonical";
repo = "raft";
rev = "refs/tags/v${version}";
hash = "sha256-P6IYl6xcsqXw1ilt6HYw757FL2syy1XePBVGbPAlz6Q=";
hash = "sha256-C3LfrdXNs5AG9B2n2c39fTjv2gri910EYxApGWwtH90=";
};
nativeBuildInputs = [ autoreconfHook file pkg-config ];