corosync: 3.1.8 -> 3.1.9 (#361101)

This commit is contained in:
Wolfgang Walther 2024-12-15 19:15:01 +01:00 committed by GitHub
commit 58ca8d6864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,11 +12,11 @@ let
in
stdenv.mkDerivation rec {
pname = "corosync";
version = "3.1.8";
version = "3.1.9";
src = fetchurl {
url = "http://build.clusterlabs.org/corosync/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-cCNUT6O7NsALvKvZk1tyabQdiWc4oQjtMuqbnJsn7D0=";
sha256 = "sha256-IDNUu93uGpezxQoHbq6JxjX0Bt1nTMrvyUu5CSrNlTU=";
};
nativeBuildInputs = [ makeWrapper pkg-config ];