Skip to content

Commit

Permalink
pacemaker: 2.1.7 -> 2.1.8 (NixOS#335798)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopejoe1 authored Sep 1, 2024
2 parents d435657 + 45089df commit c20bd64
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 c20bd64

Please sign in to comment.