raft-canonical: 0.17.1 -> 0.18.0

This commit is contained in:
R. Ryantm 2023-10-16 20:36:07 +00:00
parent e0b3b074fb
commit 1294641008

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