Skip to content

Commit

Permalink
corosync: 3.1.8 -> 3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 2, 2024
1 parent 7746ea9 commit 4230118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/co/corosync/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 4230118

Please sign in to comment.