3
0
Fork 0
forked from mirrors/nixpkgs

raft-canonical: 0.18.0 -> 0.18.1

This commit is contained in:
R. Ryantm 2024-02-14 04:47:23 +00:00
parent 35ff7e87ee
commit 363d2733c3

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