summary refs log tree commit diff
path: root/pkgs/servers/corosync
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2016-10-26 20:45:11 -0400
committerTim Steinbach <tim@nequissimus.com>2016-10-26 20:45:11 -0400
commitda5c6541216dfde2bcfe30c817f913036b2487f3 (patch)
treec6cb5e9e845f7f0e237f601d272ccf502dbcf8c9 /pkgs/servers/corosync
parent524d362754872aeba9b6f6e717fddbd9c23fa3da (diff)
corosync: 2.3.4 -> 2.4.1
Diffstat (limited to 'pkgs/servers/corosync')
-rw-r--r--pkgs/servers/corosync/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/corosync/default.nix b/pkgs/servers/corosync/default.nix
index 5e8f2fd0caae0..d04a1d124faa1 100644
--- a/pkgs/servers/corosync/default.nix
+++ b/pkgs/servers/corosync/default.nix
@@ -7,11 +7,11 @@
 
 with stdenv.lib;
 stdenv.mkDerivation rec {
-  name = "corosync-2.3.4";
+  name = "corosync-2.4.1";
 
   src = fetchurl {
     url = "http://build.clusterlabs.org/corosync/releases/${name}.tar.gz";
-    sha256 = "1m276b060fjghr93hdzfag81whi5ph65dc2ka8ln1igm3kxr7bix";
+    sha256 = "0w8m97ih7a2g99pmjsckw4xwbgzv96xdgg62s2a4qbgnw4yl637y";
   };
 
   buildInputs = [