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

raft-canonical: 0.18.0 -> 0.18.1
This commit is contained in:
Nick Cao 2024-02-14 09:42:44 -05:00 committed by GitHub
commit f0f830d8ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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