Skip to content

Commit

Permalink
pacemaker: 2.1.7 -> 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 19, 2024
1 parent 625941e commit 45089df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/logging/pacemaker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@

stdenv.mkDerivation rec {
pname = "pacemaker";
version = "2.1.7";
version = "2.1.8";

src = fetchFromGitHub {
owner = "ClusterLabs";
repo = pname;
rev = "Pacemaker-${version}";
sha256 = "sha256-cvCMIzeyP9oEzHpafOvCORYwWg6cH5qj3qXOUMW4nHA=";
sha256 = "sha256-J57+NSs4cL3BlEjSaXAoUTEhbMMxhWy8sUZ/K3x2nRM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 45089df

Please sign in to comment.