pacemaker: 2.1.8 -> 2.1.9 (#352793)

This commit is contained in:
Pol Dellaiera 2024-11-04 20:17:42 +01:00 committed by GitHub
commit 91726cda38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "pacemaker";
version = "2.1.8";
version = "2.1.9";
src = fetchFromGitHub {
owner = "ClusterLabs";
repo = pname;
rev = "Pacemaker-${version}";
sha256 = "sha256-J57+NSs4cL3BlEjSaXAoUTEhbMMxhWy8sUZ/K3x2nRM=";
sha256 = "sha256-L/LQS5XLps0pqTfMAh1ZiR00SVltrNxMl6DXQhXBw1Q=";
};
nativeBuildInputs = [